From: Russ Combs (rucombs) Date: Fri, 19 Apr 2019 16:50:21 +0000 (-0400) Subject: Merge pull request #1584 in SNORT/snort3 from ~RUCOMBS/snort3:context to master X-Git-Tag: 3.0.0-254~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54a36c245884b2711c07ec30a65652c90f681867;p=thirdparty%2Fsnort3.git Merge pull request #1584 in SNORT/snort3 from ~RUCOMBS/snort3:context to master Squashed commit of the following: commit a62c0c1e09e2dd640ac8c3511c5c4ea416baaa78 Author: russ Date: Thu Apr 18 15:02:09 2019 -0400 context: only clear ids_in_use in dtor --- diff --git a/src/detection/ips_context.cc b/src/detection/ips_context.cc index cb8c3f903..29f97bad8 100644 --- a/src/detection/ips_context.cc +++ b/src/detection/ips_context.cc @@ -108,7 +108,6 @@ void IpsContext::clear_context_data() if ( p ) p->clear(); } - ids_in_use.clear(); } void IpsContext::snapshot_flow(Flow* f)