Fix a bug in auditing

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-05-30 15:28:00 -07:00
parent d89a915f26
commit e6275ba31d

View File

@ -1160,7 +1160,7 @@ sub ensure_audit_chain( $;$ ) {
if ( $action eq 'REJECT' ) {
add_jump $ref , 'reject', 1;
} else {
add_rule $ref , "-j $action";
add_jump $ref , $action, 0;
}
}