forked from extern/shorewall_code
Replace a silly line of code.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6ed3861d76
commit
0399a346d0
@ -4607,7 +4607,7 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$$ ) {
|
|||||||
# Function Body
|
# Function Body
|
||||||
#
|
#
|
||||||
if ( $inchain ) {
|
if ( $inchain ) {
|
||||||
( $inaction, undef, undef, undef ) = split /:/, $chainref->{action}, 4 if $chainref->{action};
|
( $inaction ) = split /:/, $chainref->{action} if $chainref->{action};
|
||||||
#
|
#
|
||||||
# Set chain type
|
# Set chain type
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user