From: Mike Stepanek (mstepane) Date: Tue, 14 Jun 2022 12:40:12 +0000 (+0000) Subject: Pull request #3470: detection: remove redundant FIXIT X-Git-Tag: 3.1.32.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b54e255d304c031ba599fae44d7137c6b7465c21;p=thirdparty%2Fsnort3.git Pull request #3470: detection: remove redundant FIXIT Merge in SNORT/snort3 from ~YVELYKOZ/snort3:detection_fix to master Squashed commit of the following: commit f80bb5d5b3bdf39b8ccbb5c9ef2789917571cf8a Author: Yehor Velykozhon Date: Wed Jun 8 16:09:10 2022 +0300 detection: remove redundant FIXIT --- diff --git a/src/detection/detection_engine.cc b/src/detection/detection_engine.cc index c0cfb6418..469b26837 100644 --- a/src/detection/detection_engine.cc +++ b/src/detection/detection_engine.cc @@ -622,7 +622,6 @@ bool DetectionEngine::inspect(Packet* p) else { enable_content(p); - p->alt_dsize = 0; // FIXIT-M should be redundant InspectorManager::execute(p); inspected = true;