host: fix -Wshadow warning

pull/2432/head
Victor Julien 9 years ago
parent 0c3b89356e
commit 5f786b5cd7

@ -275,7 +275,7 @@ void HostShutdown(void)
/* clear and free the hash */ /* clear and free the hash */
if (host_hash != NULL) { if (host_hash != NULL) {
for (u = 0; u < host_config.hash_size; u++) { for (u = 0; u < host_config.hash_size; u++) {
Host *h = host_hash[u].head; h = host_hash[u].head;
while (h) { while (h) {
Host *n = h->hnext; Host *n = h->hnext;
HostFree(h); HostFree(h);

Loading…
Cancel
Save