b=175352 Account Manager should protect itself in case Shutdown gets called twice

r=bhuvan sr=mscott a=asa
This commit is contained in:
kaie%netscape.com 2002-10-22 14:45:00 +00:00
Родитель b9d29eefdc
Коммит 27fca6a29e
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -202,6 +202,11 @@ nsresult nsMsgAccountManager::Init()
nsresult nsMsgAccountManager::Shutdown()
{
if (m_haveShutdown) {
// do not shutdown twice
return NS_OK;
}
nsresult rv;
if(m_msgFolderCache)