mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-16 17:51:16 +01: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 {
|
||||
( $target , $params ) = get_target_param1( $action );
|
||||
|
||||
$pre_nat = ( $target =~ s/\+$//; )
|
||||
$pre_nat = ( $target =~ s/\+$// );
|
||||
|
||||
$actiontype = $targets{$target};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user