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