From e8dbc59e6b89969eccd65b4f5975cabc3acdff4b Mon Sep 17 00:00:00 2001 From: mtheall Date: Mon, 24 Nov 2014 00:17:40 -0600 Subject: [PATCH] remove TODO note from MODE --- source/ftp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ftp.c b/source/ftp.c index 9b05881..699b565 100644 --- a/source/ftp.c +++ b/source/ftp.c @@ -1737,7 +1737,6 @@ FTP_DECLARE(MKD) FTP_DECLARE(MODE) { - /* TODO */ console_print("%s %s\n", __func__, args ? args : ""); ftp_session_set_state(session, COMMAND_STATE);