mirror of
https://github.com/curl/curl.git
synced 2026-07-29 04:23:08 +03:00
renamed the stupid 'hp' to 'hostaddr' which actually says what it is
This commit is contained in:
parent
5cd267b2be
commit
afc81ada0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue