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: upstream/7.37.1~16243 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afc81ada0c73c777a198ac92b9a64f7d494a9817;p=platform%2Fupstream%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 1bb51b44d..bd756efb0 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