From 275bd3b7d7143cecc6892922e4a89dbe744fda0c Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 16 Nov 2010 14:21:25 +0100 Subject: [PATCH] Switch back to defaulting to full for detect-engine.sgh-mpm-context as it broke many tests. --- src/detect-engine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detect-engine.c b/src/detect-engine.c index b447db27a6..e33d8f2d8b 100644 --- a/src/detect-engine.c +++ b/src/detect-engine.c @@ -238,8 +238,8 @@ static uint8_t DetectEngineCtxLoadConf(DetectEngineCtx *de_ctx) { } } else { SCLogInfo("You have not supplied a value for " - "detect-engine.sgh-mpm-context. Using default value of \"auto\""); - de_ctx->sgh_mpm_context = ENGINE_SGH_MPM_FACTORY_CONTEXT_AUTO; + "detect-engine.sgh-mpm-context. Using default value of \"full\""); + de_ctx->sgh_mpm_context = ENGINE_SGH_MPM_FACTORY_CONTEXT_FULL; }