diff options
Diffstat (limited to 'lib/hostip4.c')
-rw-r--r-- | lib/hostip4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hostip4.c b/lib/hostip4.c index 3e5a12d2b..68e589a33 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -121,7 +121,7 @@ Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn, if(!ai) infof(conn->data, "Curl_ipv4_resolve_r failed for %s\n", hostname); - return ai; + return ai; } #endif /* CURLRES_SYNCH */ #endif /* CURLRES_IPV4 */ @@ -149,7 +149,7 @@ Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname, return Curl_ip2addr(AF_INET, &in, hostname, port); #if defined(HAVE_GETADDRINFO_THREADSAFE) - else { + else { struct addrinfo hints; char sbuf[NI_MAXSERV]; char *sbufptr = NULL; |