From 27997d52efdeb8ec57cb0e44ed7045dee803017c Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 22 May 2006 18:26:39 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10178 --- lib/diagnostics_win.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/diagnostics_win.C b/lib/diagnostics_win.C index d3526404ab..43f85167b1 100644 --- a/lib/diagnostics_win.C +++ b/lib/diagnostics_win.C @@ -1223,7 +1223,7 @@ int diagnostics_init_unhandled_exception_monitor() { // Create the thread that is going to monitor any unhandled exceptions // NOTE: Only attempt to create the thread if all the thread sync objects // have been created. - if (!hExceptionMonitorHalt && !hExceptionDetectedEvent && !hExceptionQuitEvent && !hExceptionQuitFinishedEvent) { + if (hExceptionMonitorHalt && hExceptionDetectedEvent && hExceptionQuitEvent && hExceptionQuitFinishedEvent) { hExceptionMonitorThread = (HANDLE)_beginthreadex( NULL, 0,