forked from extern/shorewall_code
Allow ?COMMENT in accounting.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
89ea37e088
commit
c942a95d3c
@ -417,7 +417,7 @@ sub process_accounting_rule( ) {
|
||||
|
||||
sub setup_accounting() {
|
||||
|
||||
if ( my $fn = open_file 'accounting' ) {
|
||||
if ( my $fn = open_file 'accounting', 1, 1 ) {
|
||||
|
||||
first_entry "$doing $fn...";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user