From a941d4d1056cc63a8162d8e455979547e7c0824b Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 8 May 2007 02:44:25 +0000 Subject: [PATCH] More changes in log generation git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6279 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 a712d525d..75e28f94c 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 = $globals{LOGLIMIT} unless $limit && $limit ne '-' && $limit ne ''; $predicates .= $limit;