diff --git a/src/detect-engine-alert.c b/src/detect-engine-alert.c index f9cbed1564c5..e2f7ebe58855 100644 --- a/src/detect-engine-alert.c +++ b/src/detect-engine-alert.c @@ -416,6 +416,7 @@ void PacketAlertFinalize(DetectEngineCtx *de_ctx, DetectEngineThreadCtx *det_ctx /* pass "alert" found, we're done */ if (pa->action & ACTION_PASS) { + p->action |= ACTION_PASS; break; } p->alerts.cnt++;