From 08e578c1acf77f48cd585122fa725beba69e6c21 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 8 May 2007 02:59:02 +0000 Subject: [PATCH] Undo prior idiocy git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6280 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/Chains.pm b/Shorewall-perl/Shorewall/Chains.pm index 75e28f94c..a712d525d 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -1151,7 +1151,7 @@ sub log_rule_limit( $$$$$$$$ ) { my $prefix; - $limit = $globals{LOGLIMIT} unless $limit && $limit ne '-' && $limit ne ''; + $limit = $globals{LOGLIMIT} unless $limit && $limit ne '-'; $predicates .= $limit;