corrected for IPv6
This commit is contained in:
parent
375e615a6d
commit
dc27488c47
@ -172,6 +172,7 @@ CURLcode Curl_connecthost(struct connectdata *conn,
|
||||
struct timeval before = Curl_tvnow();
|
||||
|
||||
#ifdef ENABLE_IPV6
|
||||
struct addrinfo *ai;
|
||||
/*
|
||||
* Connecting with IPv6 support is so much easier and cleanly done
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user