From 23b3a0851049b73b1d2b909f9b3b56094da86d18 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 27 Mar 2008 13:03:24 +0000 Subject: fix reading config file if it exists but is almost empty --- lib/network/shorewall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 { -- cgit v1.2.1