X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7c498df16cbb3d35eb8df3668ec426388f0dc974..254f38d1c5ada5e4df0bccb385dc466549620c71:/src/src/host.c diff --git a/src/src/host.c b/src/src/host.c index eda56d763..9d94a2fde 100644 --- a/src/src/host.c +++ b/src/src/host.c @@ -751,6 +751,7 @@ while ((s = string_nextinlist(&list, &sep, NULL, 0))) Ustrcpy(next->address, s); next->port = port; next->v6_include_v4 = FALSE; + next->log = NULL; if (!yield) yield = last = next;