From: Daniel Stenberg Date: Mon, 1 Oct 2001 22:42:46 +0000 (+0000) Subject: corrected for IPv6 X-Git-Tag: curl-7_9_1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc27488c47ececa8801c9173006a103f190e73e7;p=curl corrected for IPv6 --- diff --git a/lib/connect.c b/lib/connect.c index 34dd72c28..ec68162c3 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -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 */