]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
renamed the stupid 'hp' to 'hostaddr' which actually says what it is
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Oct 2001 22:31:10 +0000 (22:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Oct 2001 22:31:10 +0000 (22:31 +0000)
lib/urldata.h

index 1bb51b44dbcab6e6da3ddd0ea53dcf837e665afe..bd756efb05ba63f898fa827e803d83ccf4a4d2a7 100644 (file)
@@ -224,7 +224,7 @@ struct connectdata {
 #define PROT_FILE    (1<<8)
 #define PROT_FTPS    (1<<9)
 
-  Curl_addrinfo *hp; /* IP-protocol independent host info pointer list */
+  Curl_addrinfo *hostaddr; /* IP-protocol independent host info pointer list */
   char *hostent_buf; /* pointer to allocated memory for name info */
 
 #ifdef ENABLE_IPV6