discontinue matching on buffer if urilen returns a match failure.

pull/389/head
Anoop Saldanha 12 years ago
parent 56c6dd9bb2
commit 21f9cc3a39

@ -519,6 +519,8 @@ int DetectEngineContentInspection(DetectEngineCtx *de_ctx, DetectEngineThreadCtx
goto match;
}
det_ctx->discontinue_matching = 0;
SCReturnInt(0);
#ifdef HAVE_LUAJIT
}

Loading…
Cancel
Save