mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
Unconditionally use '-j' to branch to a state chain or DISPOSITION.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b22b63b1c3
commit
a6ccd53fe0
@ -953,11 +953,7 @@ sub finish_chain_section ($$$) {
|
||||
|
||||
$target = ensure_audit_chain( $target ) if ( $targets{$target} || 0 ) & AUDIT;
|
||||
|
||||
if ( $statetable{$_}[2] ) {
|
||||
add_ijump( $chainref, g => $target, state_imatch $_ );
|
||||
} else {
|
||||
add_ijump( $chainref, j => $target, state_imatch $_ );
|
||||
}
|
||||
add_ijump( $chainref, j => $target, state_imatch $_ );
|
||||
}
|
||||
|
||||
delete $state{$_};
|
||||
|
Loading…
Reference in New Issue
Block a user