forked from extern/shorewall_code
Tighen up an RE
This commit is contained in:
parent
58e480b502
commit
2e2472a15a
@ -1353,7 +1353,7 @@ sub ensure_accounting_chain( $$$ )
|
||||
$chainref->{ipsec} = $ipsec;
|
||||
$chainref->{dont_optimize} = 1 unless $config{OPTIMIZE_ACCOUNTING};
|
||||
|
||||
unless ( $chain =~ '^account(?:in|ing|out)' ) {
|
||||
unless ( $chain =~ '^account(?:in|ing|out)$' ) {
|
||||
my $file = find_file $chain;
|
||||
|
||||
if ( -f $file ) {
|
||||
|
Loading…
Reference in New Issue
Block a user