Remove a superfluous line of code from Shorewall::Chains::format_rule()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-08-19 12:12:54 -07:00
parent 8cb98f16ea
commit 390ac30be8
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1345,8 +1345,6 @@ sub format_rule( $$;$ ) {
} else {
$rule .= join( '' , ' --', $_, ' ', $value );
}
next;
} elsif ( $type == EXPENSIVE ) {
#
# Only emit expensive matches now if there are '-m nfacct' or '-m recent' matches in the rule