diff options
Diffstat (limited to 'mimelib/nntp.cpp')
-rw-r--r-- | mimelib/nntp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mimelib/nntp.cpp b/mimelib/nntp.cpp index b6b20917f..0dd9e7768 100644 --- a/mimelib/nntp.cpp +++ b/mimelib/nntp.cpp @@ -467,7 +467,7 @@ int DwNntpClient::Quit() mReplyCode = 0; mStatusResponse = mTextResponse = ""; mLastCommand = kCmdQuit; - strlcpy(mSendBuffer, "TQUIT\r\n", SEND_BUFFER_SIZE); + strlcpy(mSendBuffer, "QUIT\r\n", SEND_BUFFER_SIZE); DBG_NNTP_STMT(cout << "C: " << mSendBuffer << flush;) int bufferLen = strlen(mSendBuffer); int numSent = PSend(mSendBuffer, bufferLen); |