diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-01 22:31:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-01 22:31:10 +0000 |
commit | afc81ada0c73c777a198ac92b9a64f7d494a9817 (patch) | |
tree | 7e322a595517738e47ed3051fc5f01fcc2513949 | |
parent | 5cd267b2bece6860acbd43f6fe29354bf1069dc0 (diff) |
renamed the stupid 'hp' to 'hostaddr' which actually says what it is
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |