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 #