diff --git a/src/detect-engine-build.c b/src/detect-engine-build.c index c85f53d505..6255ab4983 100644 --- a/src/detect-engine-build.c +++ b/src/detect-engine-build.c @@ -2029,6 +2029,7 @@ int SigPrepareStage4(DetectEngineCtx *de_ctx) if (de_ctx->decoder_event_sgh != NULL) { /* no need to set filestore count here as that would make a * signature not decode event only. */ + SigGroupHeadBuildNonPrefilterArray(de_ctx, de_ctx->decoder_event_sgh); } int dump_grouping = 0;