Skip to content
Snippets Groups Projects
Commit dc27488c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

corrected for IPv6

parent 375e615a
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment