Skip to content

Commit

Permalink
Fix copy/paste flag set
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Oct 19, 2023
1 parent 8504b4d commit e348353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/platform_worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ CxPlatWorkerEnsureStarted(

CxPlatLockAcquire(&Worker->ECLock);
const BOOLEAN StartWorker = !Worker->InitializedThread;
Worker->InitializedThread = FALSE;
Worker->InitializedThread = TRUE;
CxPlatLockRelease(&Worker->ECLock);

if (!StartWorker) {
Expand Down

0 comments on commit e348353

Please sign in to comment.