1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 20:27:22 +01:00

foxes #1111 NAT compiler for PF does not recognize dynamic interface of the firewall in rule element

This commit is contained in:
Vadim Kurland 2010-01-20 01:40:16 +00:00
parent 6b95f0d8c4
commit 19aaf47dac

View File

@ -153,7 +153,7 @@ void TableFactory::createTablesForRE(RuleElement *re,Rule *rule)
{
FWObject *o= *i;
if (FWReference::cast(o)!=NULL) o=FWReference::cast(o)->getPointer();
tblgrp->add( o );
tblgrp->addRef( o );
}
}
re->clearChildren();