Bug 64580 - NNTP logs some send commands twice. r/sr=bienvenu

This commit is contained in:
Pidgeot18%gmail.com 2008-06-26 21:30:52 +00:00
Родитель 74b534ca05
Коммит 7b05ac6c6d
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -3428,8 +3428,6 @@ PRInt32 nsNNTPProtocol::XoverSend()
m_firstArticle,
m_lastArticle);
NNTP_LOG_WRITE(outputBuffer);
m_nextState = NNTP_RESPONSE;
m_nextStateAfterResponse = NNTP_XOVER_RESPONSE;
SetFlag(NNTP_PAUSE_FOR_READ);
@ -4336,7 +4334,6 @@ PRInt32 nsNNTPProtocol::XPATSend()
unescapedCommand = MSG_UnEscapeSearchUrl(command);
/* send one term off to the server */
NNTP_LOG_WRITE(command);
nsCOMPtr<nsIMsgMailNewsUrl> mailnewsurl = do_QueryInterface(m_runningURL);
if (mailnewsurl)
status = SendData(mailnewsurl, unescapedCommand);