mirror of
https://github.com/curl/curl.git
synced 2026-07-31 22:28:03 +03:00
sessionhandle->hp => hostaddr
This commit is contained in:
parent
afc81ada0c
commit
9d342bbf07
2 changed files with 4 additions and 4 deletions
|
|
@ -1263,7 +1263,7 @@ CURLcode ftp_use_pasv(struct connectdata *conn)
|
|||
* proxy again here. We already have the name info for it since the
|
||||
* previous lookup.
|
||||
*/
|
||||
addr = conn->hp;
|
||||
addr = conn->hostaddr;
|
||||
connectport =
|
||||
(unsigned short)conn->port; /* we connect to the proxy's port */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue