mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Fix typo
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
71566f0ab0
commit
13a321726c
@ -5376,7 +5376,7 @@ sub process_snat1( $$$$$$$$$$$$ ) {
|
|||||||
} else {
|
} else {
|
||||||
( $target , $params ) = get_target_param1( $action );
|
( $target , $params ) = get_target_param1( $action );
|
||||||
|
|
||||||
$pre_nat = ( $target =~ s/\+$//; )
|
$pre_nat = ( $target =~ s/\+$// );
|
||||||
|
|
||||||
$actiontype = $targets{$target};
|
$actiontype = $targets{$target};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user