detect: fix decoder only events

Add missing setup part of the decoder event sgh.

Bug: #7414.
pull/12235/head
Victor Julien 1 year ago committed by Victor Julien
parent 09ba69cfb0
commit b23fa51e33

@ -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;

Loading…
Cancel
Save