From 9c2c562bf50e0bb8d729c56127db9686636ff66e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 7 Jun 2011 06:45:50 -0700 Subject: [PATCH] Correct autorepeat wart Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 832612675..e83a41415 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -1659,7 +1659,7 @@ sub initialize_chain_table($) { if ( $config{FAKE_AUDIT} ) { dont_delete new_standard_chain 'AUDIT', 0; } else { - $builtin_target{AUDIT} = 111; + $builtin_target{AUDIT} = 1; } dont_move new_standard_chain 'reject';