1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

These two variables are now Curl_addrinfo pointers

This commit is contained in:
Yang Tse 2008-10-30 16:39:09 +00:00
parent 005bf19acf
commit ad3c1c37bb

View File

@ -875,7 +875,7 @@ static CURLcode ftp_state_use_port(struct connectdata *conn,
* IPv6-specific section
*/
struct Curl_sockaddr_storage ss;
struct addrinfo *res, *ai;
Curl_ addrinfo *res, *ai;
socklen_t sslen;
char hbuf[NI_MAXHOST];
struct sockaddr *sa=(struct sockaddr *)&ss;