Undo prior idiocy

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6280 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-08 02:59:02 +00:00
parent a941d4d105
commit 08e578c1ac

View File

@ -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;