Coverity 1038100: remove dead code from flow hash timeout code(2)

pull/552/head
Victor Julien 13 years ago
parent 243060a6b7
commit 440124a4b9

@ -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 */

Loading…
Cancel
Save