Tighen up an RE

This commit is contained in:
Tom Eastep 2011-02-17 17:56:29 -08:00
parent 58e480b502
commit 2e2472a15a

View File

@ -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 ) {