X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fhost.c;h=9d94a2fde97e6c47a565e8dab9b1dedacefa107f;hb=87abcb247b4444bab5fd0bcb212ddb26d5fd9191;hp=eda56d76377e8de28be22986fe8064a26088e8d5;hpb=d7978c0f8af20ff4c3f770589b1bb81568aecff3;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;