X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1f4a55daf88541563ceaa66959acb9127604b15a..9e4f596276eaa20045bdeb4bee2bf31438bfa0d3:/src/src/verify.c diff --git a/src/src/verify.c b/src/src/verify.c index 475f52d92..fed6ae37d 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -473,7 +473,8 @@ for (host = host_list; host != NULL && !done; host = host->next) set the error for the last one. Use the callout_connect timeout. */ inblock.sock = outblock.sock = - smtp_connect(host, host_af, port, interface, callout_connect, TRUE); + smtp_connect(host, host_af, port, interface, callout_connect, TRUE, NULL); + /* reconsider DSCP here */ if (inblock.sock < 0) { addr->message = string_sprintf("could not connect to %s [%s]: %s",