Switch back to defaulting to full for detect-engine.sgh-mpm-context as it broke many tests.

remotes/origin/master-1.1.x
Victor Julien 15 years ago
parent dec4218d62
commit 275bd3b7d7

@ -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;
}

Loading…
Cancel
Save