Support PIPECONNECT with helo_data using the local IP, when interface is known.
[exim.git] / src / src / verify.c
index d1c4af275b5f15bfe6538fe0a3a680d4c99a705f..ed0898c9b7316fd09b42c88d02e01774d987a40c 100644 (file)
@@ -661,6 +661,7 @@ coding means skipping this whole loop and doing the append separately.  */
     sx->conn_args.interface = interface;
     sx->helo_data = tf->helo_data;
     sx->conn_args.tblock = addr->transport;
+    sx->conn_args.sock = -1;
     sx->verify = TRUE;
 
 tls_retry_connection: