X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fhost.c;h=9d94a2fde97e6c47a565e8dab9b1dedacefa107f;hb=c09dbcfb71f4b9a42cbfd8a20e0be6bfa1b12488;hp=eda56d76377e8de28be22986fe8064a26088e8d5;hpb=db3f7b6972f3b003c0413b78afcfbe295ffe0b97;p=user%2Fhenk%2Fcode%2Fexim.git 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;