summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpc/ftpc_help.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-05 18:53:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-05 18:53:46 +0000
commit260b4435a85b9f4ae5d70830c1259af7afee256f (patch)
tree37aac92ff9a19ef32dc04b0d9d70c24a8233a278 /apps/netutils/ftpc/ftpc_help.c
parent672c0505c6c10c227c9315ed4f94746462392ea5 (diff)
downloadnuttx-260b4435a85b9f4ae5d70830c1259af7afee256f.tar.gz
nuttx-260b4435a85b9f4ae5d70830c1259af7afee256f.tar.bz2
nuttx-260b4435a85b9f4ae5d70830c1259af7afee256f.zip
More FTP fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3672 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/netutils/ftpc/ftpc_help.c')
-rw-r--r--apps/netutils/ftpc/ftpc_help.c4
1 files changed, 3 insertions, 1 deletions
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;
}