Logging: fix initial listening-on log line
[exim.git] / src / src / host.c
index eda56d76377e8de28be22986fe8064a26088e8d5..9d94a2fde97e6c47a565e8dab9b1dedacefa107f 100644 (file)
@@ -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;