sessionhandle->hp => hostaddr

This commit is contained in:
Daniel Stenberg
2001-10-01 22:31:43 +00:00
parent afc81ada0c
commit 9d342bbf07
2 changed files with 4 additions and 4 deletions

View File

@@ -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 */
}