summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/network/shorewall.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/shorewall.pm b/lib/network/shorewall.pm
index b04c47d..bf3cb32 100644
--- a/lib/network/shorewall.pm
+++ b/lib/network/shorewall.pm
@@ -105,7 +105,7 @@ sub read {
$conf{log_net_drop} = @policy ? (any { $_->[0] eq 'net' && $_->[1] eq 'all' && $_->[2] eq 'DROP' && $_->[3] } @policy) : 1;
get_zones(\%conf, $o_in);
- @policy && \%conf;
+ get_config_file('zones') && \%conf;
}
sub ports_by_proto {