From ef0da010322212433a63de124b475bc56ca604d9 Mon Sep 17 00:00:00 2001 From: bug1 Date: Fri, 13 Dec 2002 05:57:46 +0000 Subject: Change ftpput so it uses as it should git-svn-id: svn://busybox.net/trunk/busybox@6207 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- networking/ftpgetput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index cad340738..909f3b117 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -266,7 +266,7 @@ static int ftp_recieve(FILE *control_stream, const char *host, const char *local #endif #ifdef CONFIG_FTPPUT -static int ftp_send(FILE *control_stream, const char *host, const char *local_path, char *server_path) +static int ftp_send(FILE *control_stream, const char *host, const char *server_path, char *local_path) { struct stat sbuf; char buf[512]; -- cgit v1.2.3-55-g6feb