mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
Add an assertion
This commit is contained in:
parent
50fc972d2a
commit
931c5a8d0a
@ -1032,7 +1032,7 @@ sub handle_stickiness( $ ) {
|
||||
$rule2 = '';
|
||||
}
|
||||
|
||||
$rule1 =~ s/-A //;
|
||||
assert( $rule1 =~ s/-A // );
|
||||
add_rule $chainref, $rule1;
|
||||
|
||||
if ( $rule2 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user