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