From 0399a346d04e1dd623b6f68d50758c486e6da4c1 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 19 Mar 2016 12:05:45 -0700 Subject: [PATCH] Replace a silly line of code. Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index fc6488bec..dabcb6b5c 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -4607,7 +4607,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$$ ) { # Function Body # if ( $inchain ) { - ( $inaction, undef, undef, undef ) = split /:/, $chainref->{action}, 4 if $chainref->{action}; + ( $inaction ) = split /:/, $chainref->{action} if $chainref->{action}; # # Set chain type #