X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c2a1bba0d1fe5e19f93c92544422036814695c45..b536a578fbabdc9d39da53d54a8d7700ba537431:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 5054e151b..49e09ecd8 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -5021,6 +5021,7 @@ while (*s != 0) port = ntohs(service_info->s_port); } + /*XXX we trust that the request is idempotent. Hmm. */ fd = ip_connectedsocket(SOCK_STREAM, server_name, port, port, timeout, &host, &expand_string_message, do_tls ? NULL : &reqstr);