зеркало из https://github.com/mozilla/pjs.git
bulletproofing fix for #30937. r=mscott a=jar. don't crash if the imap server goes away.
This commit is contained in:
Родитель
c501494261
Коммит
f2ba15a278
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче