diff --git a/src/detect-urilen.c b/src/detect-urilen.c index 4a719da790..6f7c4da206 100644 --- a/src/detect-urilen.c +++ b/src/detect-urilen.c @@ -202,6 +202,7 @@ void DetectUrilenApplyToContent(Signature *s, int list) if (cd->depth == 0 || cd->depth > high) { cd->depth = high; + cd->flags |= DETECT_CONTENT_DEPTH; SCLogDebug("updated %u, content %u to have depth %u " "because of urilen.", s->id, cd->id, cd->depth); }