Correct defects in the prior commit

This commit is contained in:
Tom Eastep 2011-02-17 17:35:56 -08:00
parent 993bdc740d
commit 58e480b502
2 changed files with 2 additions and 2 deletions

View File

@ -1353,7 +1353,7 @@ sub ensure_accounting_chain( $$$ )
$chainref->{ipsec} = $ipsec; $chainref->{ipsec} = $ipsec;
$chainref->{dont_optimize} = 1 unless $config{OPTIMIZE_ACCOUNTING}; $chainref->{dont_optimize} = 1 unless $config{OPTIMIZE_ACCOUNTING};
if ( $chain ne 'accounting' ) { unless ( $chain =~ '^account(?:in|ing|out)' ) {
my $file = find_file $chain; my $file = find_file $chain;
if ( -f $file ) { if ( -f $file ) {

View File

@ -264,7 +264,7 @@ our %capdesc = ( NAT_ENABLED => 'NAT',
KERNELVERSION => 'Kernel Version', KERNELVERSION => 'Kernel Version',
); );
our %config_files = ( accounting => 1, our %config_files = ( #accounting => 1,
actions => 1, actions => 1,
blacklist => 1, blacklist => 1,
clear => 1, clear => 1,