diff --git a/src/detect-http-cookie.c b/src/detect-http-cookie.c index bbaed13f0d..280fedd70b 100644 --- a/src/detect-http-cookie.c +++ b/src/detect-http-cookie.c @@ -124,6 +124,7 @@ int DetectHttpCookieMatch (ThreadVars *t, DetectEngineThreadCtx *det_ctx, SCLogDebug("match has been found in received request and given http_" "cookie rule"); ret = 1; + goto end; } }