TFO: early-data for client outbound via socks5 proxy
[users/heiko/exim.git] / src / src / transports / appendfile.c
index 2e932612238b1565e313903857490ab59e55106a..3b463c644bf326551f1c009ac43863c029c8d000 100644 (file)
@@ -655,7 +655,7 @@ for (h = &host; h; h = h->next)
 
   /* Connect never fails for a UDP socket, so don't set a timeout. */
 
-  (void)ip_connect(sock, host_af, h->address, ntohs(sp->s_port), 0, FALSE);
+  (void)ip_connect(sock, host_af, h->address, ntohs(sp->s_port), 0, NULL);
   rc = send(sock, buffer, Ustrlen(buffer) + 1, 0);
   (void)close(sock);