mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
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…
Reference in New Issue
Block a user