From dc27488c47ececa8801c9173006a103f190e73e7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 1 Oct 2001 22:42:46 +0000 Subject: corrected for IPv6 --- lib/connect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/connect.c') 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 */ -- cgit v1.2.3