summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Tron.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Tron.pm b/FS/FS/Tron.pm
index 33280955e..dcb917e21 100644
--- a/FS/FS/Tron.pm
+++ b/FS/FS/Tron.pm
@@ -53,6 +53,7 @@ sub tron_scan {
$hash{$option} = $value;
}
close READER;
+ close WRITER;
unless ( keys %hash ) {
return "error scanning $machine\n";
@@ -86,6 +87,8 @@ sub tron_lint {
push @lint, "$option is $current" unless $current =~ $desired{$option};
}
+ push @lint, 'unchecked' unless scalar($cust_svc->options);
+
@lint;
}