mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
Correct Typo
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6615c1f736
commit
ceffc000eb
@ -1053,7 +1053,7 @@ sub format_rule( $$;$ ) {
|
||||
}
|
||||
}
|
||||
#
|
||||
# Emit expensive matches last unless we had '-m nfacct' pr '-m recent' matches in the rule.
|
||||
# Emit expensive matches last unless we had '-m nfacct' or '-m recent' matches in the rule.
|
||||
#
|
||||
if ( $expensive ) {
|
||||
for ( grep( get_opttype( $_, 0 ) == EXPENSIVE, @{$ruleref->{matches}} ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user