mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-24 15:18:53 +01:00
Don't clear dont_optimize flag in accounting in sectioned configuration
This commit is contained in:
parent
300d931922
commit
5634b08e22
@ -363,7 +363,7 @@ sub setup_accounting() {
|
||||
}
|
||||
|
||||
if ( $filter_table->{accounting} ) {
|
||||
optimize_okay( 'accounting' ) if $section;
|
||||
dont_optimize( 'accounting' ) unless $section;
|
||||
if ( $asection ) {
|
||||
add_jump( $filter_table->{FORWARD}, 'accounting', 0, '', 0, 0 );
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user