mirror of
https://gitlab.com/shorewall/code.git
synced 2025-04-26 20:29:14 +02:00
Clear inline matches between calls to process_rule()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
a50c52675b
commit
ec2ebee0e6
@ -3580,6 +3580,10 @@ sub process_raw_rule ( ) {
|
|||||||
$wild ) ) {
|
$wild ) ) {
|
||||||
$generated = 1;
|
$generated = 1;
|
||||||
}
|
}
|
||||||
|
#
|
||||||
|
# Clear inline matches
|
||||||
|
#
|
||||||
|
set_inline_matches( '' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user