Add missing hash row unlock.

remotes/origin/master-1.2.x
Victor Julien 14 years ago
parent f47f601f09
commit ae1e4c1d7d

@ -326,6 +326,7 @@ static int FlowPrune(FlowQueue *q, struct timeval *ts, int try_cnt)
if (FlowForceReassemblyForFlowV2(f) == 1) {
Flow *prev_f = f;
f = f->lnext;
SCSpinUnlock(&prev_f->fb->s);
SCMutexUnlock(&prev_f->m);
continue;
}

Loading…
Cancel
Save