From 54b2b840732f51565da6bf145fb67515e9c303a6 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Tue, 29 Feb 2000 08:51:18 +0000 Subject: [PATCH] Backing out mac change for dns shutdown because now that we shutdown we crash in OT! --- netwerk/dns/src/nsDnsService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/dns/src/nsDnsService.cpp b/netwerk/dns/src/nsDnsService.cpp index db53470fa3e..d7c2bd82b2f 100644 --- a/netwerk/dns/src/nsDnsService.cpp +++ b/netwerk/dns/src/nsDnsService.cpp @@ -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)