mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 04:39:42 +08:00
- Fix a critical bug in the counted worker implementation
svn path=/trunk/; revision=43306
This commit is contained in:
@@ -179,7 +179,7 @@ KsRegisterCountedWorker(
|
||||
if (NT_SUCCESS(Status))
|
||||
{
|
||||
/* get ks worker implementation */
|
||||
KsWorker = (PKSIWORKER)Worker;
|
||||
KsWorker = *(PKSIWORKER*)Worker;
|
||||
/* store counted work item */
|
||||
KsWorker->CountedWorkItem = CountedWorkItem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user