*** empty log message ***

svn path=/trunk/boinc/; revision=10178
This commit is contained in:
Rom Walton 2006-05-22 18:26:39 +00:00
parent 4a243872f0
commit 27997d52ef
1 changed files with 1 additions and 1 deletions

View File

@ -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,