Replace a silly line of code.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-03-19 12:05:45 -07:00
parent 6ed3861d76
commit 0399a346d0

View File

@ -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
#