From 8490208ba108fac00727d5537bff33438e1484da Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 23 Dec 2009 20:55:09 +0100 Subject: [PATCH] Fix bug fix --- src/detect-content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-content.c b/src/detect-content.c index c6a91cad6f..62ee14c8e2 100644 --- a/src/detect-content.c +++ b/src/detect-content.c @@ -284,7 +284,7 @@ int TestWithinDistanceOffsetDepth(ThreadVars *t, return -1; } else { return TestWithinDistanceOffsetDepth(t, det_ctx, nm, - nsm, DetectContentFindNextApplicableSM(nsm), + nsm, DetectContentFindNextApplicableSM(nsm->next), pktoff); } }