mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
Tiny optimization.
Signed-off-by: Tom Eastep <teastep@shorewall.net> git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9844 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
c39fcc4db7
commit
9bfc7b6d99
@ -2722,7 +2722,7 @@ sub expand_rule( $$$$$$$$$$ )
|
||||
'add',
|
||||
'' );
|
||||
|
||||
add_rule( $chainref, $target, 1 );
|
||||
add_rule( $chainref, $target );
|
||||
} else {
|
||||
#
|
||||
# The log rule must be added with predicates to the rule chain
|
||||
|
Loading…
Reference in New Issue
Block a user