mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-13 21:27:00 +02:00
Correct section handling:
- Correct typo (' INVALID' -> 'INVALID' ) - Don't jump to non-existent target in finish_chain_section() Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6c8761c7dd
commit
a3a90d8d2e
@ -896,7 +896,7 @@ sub finish_chain_section ($$$) {
|
||||
}
|
||||
|
||||
if ( $twochains ) {
|
||||
add_ijump $chainref, g => $target;
|
||||
add_ijump $chainref, g => $target if $target;
|
||||
%state = ();
|
||||
last;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user