Correctly translate +INLINE(...)

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-27 12:21:07 -07:00
parent ae9b57d854
commit de3b05ea41
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -76,7 +76,6 @@ sub process_one_masq1( $$$$$$$$$$$$ )
# #
$pre_nat = 1 if $interfacelist =~ s/^\+//; $pre_nat = 1 if $interfacelist =~ s/^\+//;
$savelist = $interfacelist;
# #
# Check for INLINE # Check for INLINE
# #
@ -86,6 +85,8 @@ sub process_one_masq1( $$$$$$$$$$$$ )
} else { } else {
$inlinematches = get_inline_matches(0); $inlinematches = get_inline_matches(0);
} }
$savelist = $interfacelist;
# #
# Handle early matches # Handle early matches
# #