Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-21 09:22:30 -07:00
parent 71566f0ab0
commit 13a321726c
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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};