Remove redundent test

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5646 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-23 17:44:57 +00:00
parent efc435a677
commit a81c737fe4

View File

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