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:
Tom Eastep 2013-01-27 10:08:02 -08:00
parent 6306103991
commit b1b2aa910e

View File

@ -896,7 +896,7 @@ sub finish_chain_section ($$$) {
}
if ( $twochains ) {
add_ijump $chainref, g => $target;
add_ijump $chainref, g => $target if $target;
%state = ();
last;
}