diff options
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r-- | networking/ftpgetput.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 30b3dab..4c92f34 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -290,8 +290,7 @@ static const char ftpgetput_longopts[] ALIGN1 = int ftpgetput_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int ftpgetput_main(int argc UNUSED_PARAM, char **argv) { - const char *port = "ftp"; - /* socket to ftp server */ + const char *port = NULL; #if ENABLE_FTPPUT && !ENABLE_FTPGET # define ftp_action ftp_send |