diff --git a/src/detect-engine-hscd.c b/src/detect-engine-hscd.c index 2dd341cf6c..40513addc3 100644 --- a/src/detect-engine-hscd.c +++ b/src/detect-engine-hscd.c @@ -419,7 +419,7 @@ int DetectEngineInspectHttpStatCode(DetectEngineCtx *de_ctx, } #ifdef DEBUG - SigMatch *sm = s->sm_lists[DETECT_SM_LIST_HSMDMATCH]; + SigMatch *sm = s->sm_lists[DETECT_SM_LIST_HSCDMATCH]; DetectContentData *co = (DetectContentData *)sm->ctx; SCLogDebug("co->id %"PRIu32, co->id); #endif