summaryrefslogtreecommitdiff
path: root/net/libfetch/files/ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/libfetch/files/ftp.c')
-rw-r--r--net/libfetch/files/ftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libfetch/files/ftp.c b/net/libfetch/files/ftp.c
index fc731197a24..7e324dfc99a 100644
--- a/net/libfetch/files/ftp.c
+++ b/net/libfetch/files/ftp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ftp.c,v 1.21 2008/04/24 10:21:33 joerg Exp $ */
+/* $NetBSD: ftp.c,v 1.22 2008/04/25 16:25:25 joerg Exp $ */
/*-
* Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>
@@ -1126,7 +1126,7 @@ ftp_request(struct url *url, const char *op, const char *op_arg,
if (conn == NULL)
return (NULL);
- if ((path = fetch_unquote_doc(url)) == NULL) {
+ if ((path = fetchUnquotePath(url)) == NULL) {
fetch_syserr();
return NULL;
}