X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/2aaa3cdd22a987cbf7c8343d3e6103ee521296dc..56dbf856f209bbd6c6e211e691b8fd898e01dfe8:/src/src/routers/rf_lookup_hostlist.c diff --git a/src/src/routers/rf_lookup_hostlist.c b/src/src/routers/rf_lookup_hostlist.c index 8faef8d09..7f7ab6d0d 100644 --- a/src/src/routers/rf_lookup_hostlist.c +++ b/src/src/routers/rf_lookup_hostlist.c @@ -230,7 +230,7 @@ for (host_item * prev = NULL, * h = addr->host_list, *next_h; h; h = next_h) DEBUG(D_route) { debug_printf("Removed from host list:\n"); - for (host_item * hh = next_h; h; h = h->next) debug_printf(" %s\n", h->name); + for (; h; h = h->next) debug_printf(" %s\n", h->name); } prev->next = NULL; setflag(addr, af_local_host_removed);