bulletproofing fix for #30937. r=mscott a=jar. don't crash if the imap server goes away.

This commit is contained in:
sspitzer%netscape.com 2000-03-08 05:04:14 +00:00
Родитель c501494261
Коммит f2ba15a278
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -819,7 +819,7 @@ nsImapProtocol::TellThreadToDie(PRBool isSaveToClose)
PRUint32 writeCount;
if (closeNeeded && GetDeleteIsMoveToTrash() &&
TestFlag(IMAP_CONNECTION_IS_OPEN))
TestFlag(IMAP_CONNECTION_IS_OPEN) && m_outputStream)
{
IncrementCommandTagNumber();
command = GetServerCommandTag();