Fix accounting problem with jumping to otherwise unreferenced chain

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6247 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-05 13:41:36 +00:00
parent 7a7488e3e0
commit b68e830852

View File

@ -52,6 +52,7 @@ sub process_accounting_rule( $$$$$$$$$ ) {
sub jump_to_chain( $ ) {
my $jumpchain = $_[0];
$jumpchainref = ensure_chain( 'filter', $jumpchain );
mark_referenced $jumpchainref;
"-j $jumpchain";
}