diff options
Diffstat (limited to 'lib/ftp.c')
-rw-r--r-- | lib/ftp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1105,7 +1105,6 @@ CURLcode ftp_use_port(struct connectdata *conn) enum ftpcommand { EPRT, LPRT, PORT, DONE } fcmd; const char *mode[] = { "EPRT", "LPRT", "PORT", NULL }; - char **modep; int rc; int error; |