detect mpm: ac-tile/ac-ks default to single

Use sgh-mpm-context single is it is set to 'auto' when ac-ks is used.
pull/1978/head
Victor Julien 10 years ago
parent 0987fd16dc
commit 58e533858b

@ -1072,6 +1072,7 @@ static uint8_t DetectEngineCtxLoadConf(DetectEngineCtx *de_ctx)
#ifdef BUILD_HYPERSCAN
de_ctx->mpm_matcher == MPM_HS ||
#endif
de_ctx->mpm_matcher == MPM_AC_TILE ||
#ifdef __SC_CUDA_SUPPORT__
de_ctx->mpm_matcher == MPM_AC_BS || de_ctx->mpm_matcher == MPM_AC_CUDA) {
#else

Loading…
Cancel
Save