X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/73a10da9bbc6aadd03c3aff7a12307252e617a71..7a66b3afa11a70021297c176acf56831692be89a:/src/src/ip.c diff --git a/src/src/ip.c b/src/src/ip.c index 108c21d92..bf332b160 100644 --- a/src/src/ip.c +++ b/src/src/ip.c @@ -531,6 +531,10 @@ if (connect(sock, (struct sockaddr *) &server, sizeof(server)) < 0) return sock; } +/* spec is either an absolute path (with a leading /), or +a host (name or IP) and port (whitespace-separated). +The port can be a range, dash-separated, or a single number. +*/ int ip_streamsocket(const uschar * spec, uschar ** errstr, int tmo) {