mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-18 15:46:55 +02:00
Fix accounting extension feature
This commit is contained in:
parent
120aade417
commit
96b19dd218
@ -949,6 +949,7 @@ sub ensure_accounting_chain( $ )
|
|||||||
$chainref->{accounting} = 1;
|
$chainref->{accounting} = 1;
|
||||||
$chainref->{referenced} = 1;
|
$chainref->{referenced} = 1;
|
||||||
|
|
||||||
|
if ( $chain ne 'accounting' ) {
|
||||||
my $file = find_file $chain;
|
my $file = find_file $chain;
|
||||||
|
|
||||||
if ( -f $file ) {
|
if ( -f $file ) {
|
||||||
@ -963,6 +964,7 @@ sub ensure_accounting_chain( $ )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$chainref;
|
$chainref;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user