handle uncreatable servers a little more gracefully

This commit is contained in:
alecf%netscape.com 1999-04-28 04:04:30 +00:00
Родитель 4020e0bd7b
Коммит bccec3190b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -167,6 +167,8 @@ nsMsgAccount::GetIncomingServer(nsIMsgIncomingServer * *aIncomingServer)
PR_FREEIF(serverKey);
}
if (!m_incomingServer) return NS_ERROR_UNEXPECTED;
*aIncomingServer = m_incomingServer;
// addref for the caller