diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index d3efb99d7..e118d94d1 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -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};