renamed the stupid 'hp' to 'hostaddr' which actually says what it is
This commit is contained in:
parent
5cd267b2be
commit
afc81ada0c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user