detect-engine: add missing mutex unlock

pull/3093/head
Andreas Herz 7 years ago committed by Victor Julien
parent 77e548ed1c
commit d6c3a36113

@ -901,6 +901,7 @@ static int DetectEngineReloadThreads(DetectEngineCtx *new_de_ctx)
TmSlot *slots = tv->tm_slots;
while (slots != NULL) {
if (suricata_ctl_flags != 0) {
SCMutexUnlock(&tv_root_lock);
return -1;
}

Loading…
Cancel
Save