renamed the stupid 'hp' to 'hostaddr' which actually says what it is

This commit is contained in:
Daniel Stenberg 2001-10-01 22:31:10 +00:00
parent 5cd267b2be
commit afc81ada0c
1 changed files with 1 additions and 1 deletions

View 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