DANE: Fix 2-rcpt message, diff domins case. Bug 2265
[exim.git] / src / src / verify.c
index efc05fcf188ab10889e70263caf678aae0dade56..a50ac8b7b3984eae03592e6d9a1828e7d84de1ab 100644 (file)
@@ -654,7 +654,7 @@ coding means skipping this whole loop and doing the append separately.  */
     if (!sx) sx = store_get(sizeof(*sx), TRUE);        /* tainted buffers */
     memset(sx, 0, sizeof(*sx));
 
-    sx->addrlist = addr;
+    sx->addrlist = sx->first_addr = addr;
     sx->conn_args.host = host;
     sx->conn_args.host_af = host_af,
     sx->port = port;