Fix another DEST bug in mangle inline action handling :-(

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-18 10:15:43 -07:00
parent 9fc56bb896
commit 31b6e9e299
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -3958,7 +3958,7 @@ sub process_mangle_inline( $$$$$$$$$$$$$$$$$$$ ) {
}
$msource = $source if $msource eq '-';
$mdest = $dest if $msource eq '-';
$mdest = $dest if $mdest eq '-';
$mprotos = $protos if $mprotos eq '-';
for my $proto (split_list( $mprotos, 'Protocol' ) ) {