mirror of
https://github.com/curl/curl.git
synced 2026-08-04 03:49:59 +03:00
These two variables are now Curl_addrinfo pointers
This commit is contained in:
parent
005bf19acf
commit
ad3c1c37bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue