Stop Accounting rule violations -- Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8419 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-04-11 01:03:34 +00:00
parent adf068c510
commit a5811aa4d4

View File

@ -870,6 +870,7 @@ sub ensure_accounting_chain( $ )
} else {
$chainref = new_chain 'filter' , $chain unless $chainref;
$chainref->{accounting} = 1;
$chainref->{referenced} = 1;
}
$chainref;