diff --git a/src/flow-timeout.c b/src/flow-timeout.c index af298f2df1..8d02cc9dba 100644 --- a/src/flow-timeout.c +++ b/src/flow-timeout.c @@ -503,8 +503,7 @@ static inline void FlowForceReassemblyForHash(void) for (idx = 0; idx < flow_config.hash_size; idx++) { FlowBucket *fb = &flow_hash[idx]; - if (fb == NULL) - continue; + FBLOCK_LOCK(fb); /* get the topmost flow from the QUEUE */