aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-01 22:31:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-01 22:31:10 +0000
commitafc81ada0c73c777a198ac92b9a64f7d494a9817 (patch)
tree7e322a595517738e47ed3051fc5f01fcc2513949 /lib/urldata.h
parent5cd267b2bece6860acbd43f6fe29354bf1069dc0 (diff)
renamed the stupid 'hp' to 'hostaddr' which actually says what it is
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
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