Correct autorepeat wart

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-06-07 06:45:50 -07:00
parent cf0275a049
commit 9c2c562bf5

View File

@ -1659,7 +1659,7 @@ sub initialize_chain_table($) {
if ( $config{FAKE_AUDIT} ) { if ( $config{FAKE_AUDIT} ) {
dont_delete new_standard_chain 'AUDIT', 0; dont_delete new_standard_chain 'AUDIT', 0;
} else { } else {
$builtin_target{AUDIT} = 111; $builtin_target{AUDIT} = 1;
} }
dont_move new_standard_chain 'reject'; dont_move new_standard_chain 'reject';