diff --git a/src/detect-engine-build.c b/src/detect-engine-build.c index c34a8adaadfb..30a57d2a42c8 100644 --- a/src/detect-engine-build.c +++ b/src/detect-engine-build.c @@ -2070,6 +2070,7 @@ int SigAddressPrepareStage4(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;