X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d7978c0f8af20ff4c3f770589b1bb81568aecff3..dc6d17694a767a23c5560835303be32a4238b7b3:/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;