mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 20:24:09 +01:00
Correct autorepeat wart
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
cf0275a049
commit
9c2c562bf5
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user