mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-30 06:33:39 +02:00
Replace a silly line of code.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user