Unconditionally use '-j' to branch to a state chain or DISPOSITION.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-02-04 15:17:49 -08:00
parent b22b63b1c3
commit a6ccd53fe0

View File

@ -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{$_};