mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
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:
parent
f274d55cb8
commit
3f9e837991
@ -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 ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user