diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-02 09:40:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-02 09:40:06 +0000 |
commit | 51ca5fcbe0745cc4e245ffb69b339d1987be3b88 (patch) | |
tree | 1d7bc96cf8391dfa174f90ab4ec2c2177ff6d30c /lib/urldata.h | |
parent | 56ff2aa059361c19c420c5321efe86e50074e0ac (diff) | |
download | curl-51ca5fcbe0745cc4e245ffb69b339d1987be3b88.tar.gz |
major connecting updates
Diffstat (limited to 'lib/urldata.h')
-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 bd756efb0..0ac3a4907 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -228,7 +228,7 @@ struct connectdata { char *hostent_buf; /* pointer to allocated memory for name info */ #ifdef ENABLE_IPV6 - struct addrinfo *ai; /* the particular host we use */ + struct addrinfo *serv_addr; /* the particular host we use */ #else struct sockaddr_in serv_addr; #endif |