aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-01 22:31:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-01 22:31:43 +0000
commit9d342bbf078fc137622dc0892c6bc375bfe034d7 (patch)
tree8762b21c80dcf8886b32ff646683e16055ece4ae /lib/ftp.c
parentafc81ada0c73c777a198ac92b9a64f7d494a9817 (diff)
sessionhandle->hp => hostaddr
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 38d9d7021..d887607ba 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -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 */
}