mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
removed warning
This commit is contained in:
parent
dc27488c47
commit
3298630500
@ -176,6 +176,8 @@ CURLcode Curl_connecthost(struct connectdata *conn,
|
||||
/*
|
||||
* Connecting with IPv6 support is so much easier and cleanly done
|
||||
*/
|
||||
port =0; /* we already have port in the 'remotehost' struct */
|
||||
|
||||
if(sockfd != -1)
|
||||
/* don't use any previous one, it might be of wrong type */
|
||||
sclose(sockfd);
|
||||
|
Loading…
Reference in New Issue
Block a user