Clear inline matches between calls to process_rule()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-03-12 15:08:47 -08:00
parent a50c52675b
commit ec2ebee0e6

View File

@ -3580,6 +3580,10 @@ sub process_raw_rule ( ) {
$wild ) ) { $wild ) ) {
$generated = 1; $generated = 1;
} }
#
# Clear inline matches
#
set_inline_matches( '' );
} }
} }
} }