diff options
Diffstat (limited to 'knode')
-rw-r--r-- | knode/knprotocolclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knprotocolclient.cpp b/knode/knprotocolclient.cpp index c1b52a77f..dd0db677a 100644 --- a/knode/knprotocolclient.cpp +++ b/knode/knprotocolclient.cpp @@ -235,7 +235,7 @@ void KNProtocolClient::closeConnection() int ret = KSocks::self()->select(FD_SETSIZE, NULL, &fdsW, NULL, &tv); if (ret > 0) { // we can write... - TQCString cmd = "TQUIT\r\n"; + TQCString cmd = "QUIT\r\n"; int todo = cmd.length(); KSocks::self()->write(tcpSocket,&cmd.data()[0],todo); } |