diff --git a/src/detect.c b/src/detect.c index a2055ccfb3..93078b8795 100644 --- a/src/detect.c +++ b/src/detect.c @@ -1366,6 +1366,7 @@ static int SignatureIsDEOnly(DetectEngineCtx *de_ctx, Signature *s) { return 0; } + sm = s->match; /* need at least one decode event keyword to be condered decode event. */ for ( ;sm != NULL; sm = sm->next) { if (sm->type == DETECT_DECODE_EVENT)