Backing out mac change for dns shutdown because now that we shutdown we crash in OT!

This commit is contained in:
warren%netscape.com 2000-02-29 08:51:18 +00:00
Родитель c629a26564
Коммит 54b2b84073
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -883,7 +883,7 @@ nsDNSService::Shutdown()
rv = mThread->Join();
// Have to break the cycle here, otherwise nsDNSService holds onto the thread
// and the thread holds onto the nsDNSService via its mRunnable
mThread = nsnull;
// mThread = nsnull;
}
#elif defined(XP_PC)