flow/worker: set proper end flag

pull/6324/head
Victor Julien 5 years ago
parent 61f6fe037d
commit c5556b5dd9

@ -680,6 +680,8 @@ static inline bool FlowBelongsToUs(const ThreadVars *tv, const Flow *f)
static inline void MoveToWorkQueue(ThreadVars *tv, FlowLookupStruct *fls,
FlowBucket *fb, Flow *f, Flow *prev_f)
{
f->flow_end_flags |= FLOW_END_FLAG_TIMEOUT;
/* remove from hash... */
if (prev_f) {
prev_f->next = f->next;

Loading…
Cancel
Save