forked from extern/shorewall_code
Fix last accounting change
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6508 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@ -102,7 +102,7 @@ sub process_accounting_rule( $$$$$$$$$ ) {
|
|||||||
|
|
||||||
expand_rule
|
expand_rule
|
||||||
$chainref ,
|
$chainref ,
|
||||||
NO_RESTRICT ,
|
$restriction ,
|
||||||
$rule ,
|
$rule ,
|
||||||
$source ,
|
$source ,
|
||||||
$dest ,
|
$dest ,
|
||||||
@ -115,7 +115,7 @@ sub process_accounting_rule( $$$$$$$$$ ) {
|
|||||||
if ( $rule2 ) {
|
if ( $rule2 ) {
|
||||||
expand_rule
|
expand_rule
|
||||||
$jumpchainref ,
|
$jumpchainref ,
|
||||||
NO_RESTRICT ,
|
$restriction ,
|
||||||
$rule ,
|
$rule ,
|
||||||
$source ,
|
$source ,
|
||||||
$dest ,
|
$dest ,
|
||||||
|
Reference in New Issue
Block a user