mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
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:
parent
efc435a677
commit
a81c737fe4
@ -939,7 +939,6 @@ sub log_rule_limit( $$$$$$$$ ) {
|
|||||||
if ( $command eq 'add' ) {
|
if ( $command eq 'add' ) {
|
||||||
add_rule ( $chainref, $predicates . $prefix );
|
add_rule ( $chainref, $predicates . $prefix );
|
||||||
} else {
|
} else {
|
||||||
fatal_error 'Internal Error in log_rule_limit()' if $loopcount;
|
|
||||||
insert_rule ( $chainref , 1 , $predicates . $prefix );
|
insert_rule ( $chainref , 1 , $predicates . $prefix );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user