зеркало из https://github.com/mozilla/pjs.git
handle uncreatable servers a little more gracefully
This commit is contained in:
Родитель
4020e0bd7b
Коммит
bccec3190b
|
@ -167,6 +167,8 @@ nsMsgAccount::GetIncomingServer(nsIMsgIncomingServer * *aIncomingServer)
|
||||||
PR_FREEIF(serverKey);
|
PR_FREEIF(serverKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!m_incomingServer) return NS_ERROR_UNEXPECTED;
|
||||||
|
|
||||||
*aIncomingServer = m_incomingServer;
|
*aIncomingServer = m_incomingServer;
|
||||||
|
|
||||||
// addref for the caller
|
// addref for the caller
|
||||||
|
|
Загрузка…
Ссылка в новой задаче