corrected for IPv6

This commit is contained in:
Daniel Stenberg 2001-10-01 22:42:46 +00:00
parent 375e615a6d
commit dc27488c47

View File

@ -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
*/