summaryrefslogtreecommitdiff
path: root/httemplate/elements/mcp_lint.html
diff options
context:
space:
mode:
authorivan <ivan>2008-08-27 00:05:20 +0000
committerivan <ivan>2008-08-27 00:05:20 +0000
commita723b3aeba37298773e52cada771e3bb2b29ae20 (patch)
tree0100b9f5ca56f5f429c6b2b78332bd119759ee92 /httemplate/elements/mcp_lint.html
parent45e8c18da513a4e88edc41e43b2ce1079ecb8b27 (diff)
add unchecked vs. ok distinction to lint
Diffstat (limited to 'httemplate/elements/mcp_lint.html')
-rw-r--r--httemplate/elements/mcp_lint.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/mcp_lint.html b/httemplate/elements/mcp_lint.html
index 5e43dedf0..161415eff 100644
--- a/httemplate/elements/mcp_lint.html
+++ b/httemplate/elements/mcp_lint.html
@@ -25,9 +25,9 @@ if ( $opt{svc} ) {
die 'neither svc nor cust_main options passed to mcp_lint';
}
-push @lint, 'unchecked' unless @svc;
my @lint = ();
+push @lint, 'unchecked' unless @svc;
foreach my $svc ( @svc ) {
my @svc_lint = tron_lint($svc);
if ( scalar(@svc) > 1 ) {