From 260b4435a85b9f4ae5d70830c1259af7afee256f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 5 Jun 2011 18:53:46 +0000 Subject: More FTP fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3672 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/ftpc/ftpc_help.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/netutils/ftpc/ftpc_help.c') diff --git a/apps/netutils/ftpc/ftpc_help.c b/apps/netutils/ftpc/ftpc_help.c index 63e3132b8..19041bc24 100644 --- a/apps/netutils/ftpc/ftpc_help.c +++ b/apps/netutils/ftpc/ftpc_help.c @@ -92,7 +92,9 @@ int ftpc_help(SESSION handle, FAR const char *arg) ret = ftpc_cmd(session, "HELP"); } - /* Logic is missing here to return the help string to the caller */ + /* Logic is missing here to return the help string to the caller. The caller + * needs to call ftpc_getreply. + */ return ret; } -- cgit v1.2.3