-- fix icmp session cleanup counting
-- fix null flow_con in print mode
-- fixed udp session timeout counting
+-- patched around shutdown issue after reload
127
-- REG_TEST out logging tcp options for rebuilt packets to match snort bug
if ( pi && pi->framework_policy )
{
for ( auto* p : pi->framework_policy->ilist )
- if ( !p->pp_class.init )
+ // FIXIT-H init set after reload preventing call to
+ // StreamBase::tterm() which is bad, m'kay?
+ //if ( !p->pp_class.init )
{
p->handler->tterm();
p->pp_class.init = true;