Add an assertion

This commit is contained in:
Tom Eastep 2010-09-11 16:24:27 -07:00
parent 50fc972d2a
commit 931c5a8d0a

View File

@ -1032,7 +1032,7 @@ sub handle_stickiness( $ ) {
$rule2 = '';
}
$rule1 =~ s/-A //;
assert( $rule1 =~ s/-A // );
add_rule $chainref, $rule1;
if ( $rule2 ) {