flow: fix -Wshadow warning

pull/2432/head
Victor Julien 9 years ago
parent 70452f67a4
commit 0c3b89356e

@ -472,7 +472,7 @@ void FlowShutdown(void)
if (flow_hash != NULL) {
/* clean up flow mutexes */
for (u = 0; u < flow_config.hash_size; u++) {
Flow *f = flow_hash[u].head;
f = flow_hash[u].head;
while (f) {
#ifdef DEBUG_VALIDATION
BUG_ON(SC_ATOMIC_GET(f->use_cnt) != 0);

Loading…
Cancel
Save