From: Victor Julien Date: Tue, 27 Nov 2018 15:09:54 +0000 (+0100) Subject: detect/prefilter: add closing debug return statement X-Git-Tag: suricata-4.1.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36e921cf9b68c3c0daf5fc05d3d99240cee196a;p=thirdparty%2Fsuricata.git detect/prefilter: add closing debug return statement --- diff --git a/src/detect-engine-prefilter.c b/src/detect-engine-prefilter.c index f683e7d5f9..bccb2fd157 100644 --- a/src/detect-engine-prefilter.c +++ b/src/detect-engine-prefilter.c @@ -183,6 +183,7 @@ void Prefilter(DetectEngineThreadCtx *det_ctx, const SigGroupHead *sgh, QuickSortSigIntId(det_ctx->pmq.rule_id_array, det_ctx->pmq.rule_id_array_cnt); PACKET_PROFILING_DETECT_END(p, PROF_DETECT_PF_SORT1); } + SCReturn; } int PrefilterAppendEngine(DetectEngineCtx *de_ctx, SigGroupHead *sgh,