From a81c737fe4c069386197f7f333496ba3cf5b418b Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 23 Mar 2007 17:44:57 +0000 Subject: [PATCH] Remove redundent test git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5646 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/Shorewall/Chains.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/New/Shorewall/Chains.pm b/New/Shorewall/Chains.pm index 0edd3a573..8c5254ab4 100644 --- a/New/Shorewall/Chains.pm +++ b/New/Shorewall/Chains.pm @@ -939,7 +939,6 @@ sub log_rule_limit( $$$$$$$$ ) { if ( $command eq 'add' ) { add_rule ( $chainref, $predicates . $prefix ); } else { - fatal_error 'Internal Error in log_rule_limit()' if $loopcount; insert_rule ( $chainref , 1 , $predicates . $prefix ); } }