Coverity 1038099: remove dead code from flow hash timeout code

pull/552/head
Victor Julien 12 years ago
parent 2e82772a0a
commit 243060a6b7

@ -342,8 +342,7 @@ uint32_t FlowTimeoutHash(struct timeval *ts, uint32_t try_cnt, FlowTimeoutCounte
for (idx = 0; idx < flow_config.hash_size; idx++) {
FlowBucket *fb = &flow_hash[idx];
if (fb == NULL)
continue;
if (FBLOCK_TRYLOCK(fb) != 0)
continue;

Loading…
Cancel
Save