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 ); } }