diff options
Diffstat (limited to 'Source/CTest/Curl/hostthre.c')
-rw-r--r-- | Source/CTest/Curl/hostthre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/hostthre.c b/Source/CTest/Curl/hostthre.c index a637e36..4f56ccb 100644 --- a/Source/CTest/Curl/hostthre.c +++ b/Source/CTest/Curl/hostthre.c @@ -443,7 +443,7 @@ Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn, int port, int *waitp) { - struct hostent *h = NULL; + struct hostent *h; struct SessionHandle *data = conn->data; in_addr_t in; |