diff options
Diffstat (limited to 'src/network/qftp.cpp')
-rw-r--r-- | src/network/qftp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/qftp.cpp b/src/network/qftp.cpp index 222c2a594..31f07de30 100644 --- a/src/network/qftp.cpp +++ b/src/network/qftp.cpp @@ -1502,7 +1502,7 @@ int TQFtp::login( const TQString &user, const TQString &password ) */ int TQFtp::close() { - return addCommand( new TQFtpCommand( Close, TQStringList("TQUIT\r\n") ) ); + return addCommand( new TQFtpCommand( Close, TQStringList("QUIT\r\n") ) ); } /*! |