mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:34:17 +03:00
corrected for IPv6
This commit is contained in:
parent
375e615a6d
commit
dc27488c47
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue