From 390ac30be8909d603372bcc8b24e5fe704c502ce Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 19 Aug 2017 12:12:54 -0700 Subject: [PATCH] Remove a superfluous line of code from Shorewall::Chains::format_rule() Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 42b336345..94b95886d 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -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