diff options
Diffstat (limited to 'lib/libftp/FtpInit.c')
-rw-r--r-- | lib/libftp/FtpInit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libftp/FtpInit.c b/lib/libftp/FtpInit.c index eee7cea..184f7fb 100644 --- a/lib/libftp/FtpInit.c +++ b/lib/libftp/FtpInit.c @@ -25,6 +25,7 @@ FTP FtpInit = { 0, /*flags*/ {120,0}, /*timeout 2 min*/ 21, /*Port*/ + "johndoe", /* Title */ 0, /*Counter*/ }; |