Logging: fix initial listening-on log line
[exim.git] / src / src / host.c
index 29c977fe67f2cfcf0421e5fd7c0f25f24effe6a1..a3b0977bf9bb87deebf03651ce74e92c0e16dd83 100644 (file)
@@ -759,6 +759,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;