From: Daniel Stenberg Date: Mon, 1 Oct 2001 22:31:10 +0000 (+0000) Subject: renamed the stupid 'hp' to 'hostaddr' which actually says what it is X-Git-Tag: curl-7_9_1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc81ada0c73c777a198ac92b9a64f7d494a9817;p=thirdparty%2Fcurl.git renamed the stupid 'hp' to 'hostaddr' which actually says what it is --- diff --git a/lib/urldata.h b/lib/urldata.h index 1bb51b44db..bd756efb05 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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