summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-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);