]> granicus.if.org Git - curl/commitdiff
removed warning
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Oct 2001 22:50:03 +0000 (22:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Oct 2001 22:50:03 +0000 (22:50 +0000)
lib/connect.c

index ec68162c3141bc4fd5682167a67b3efd9fd46b77..8ff3dd16f82a826c6ce2af5222ebf48c4246b86d 100644 (file)
@@ -176,6 +176,8 @@ CURLcode Curl_connecthost(struct connectdata *conn,
   /*
    * Connecting with IPv6 support is so much easier and cleanly done
    */
+  port =0; /* we already have port in the 'remotehost' struct */
+
   if(sockfd != -1)
     /* don't use any previous one, it might be of wrong type */
     sclose(sockfd);