mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
- Fix a critical bug in the counted worker implementation
svn path=/trunk/; revision=43306
This commit is contained in:
parent
9114169b5e
commit
cf3f78eddf
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ KsRegisterCountedWorker(
|
||||||
if (NT_SUCCESS(Status))
|
if (NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
/* get ks worker implementation */
|
/* get ks worker implementation */
|
||||||
KsWorker = (PKSIWORKER)Worker;
|
KsWorker = *(PKSIWORKER*)Worker;
|
||||||
/* store counted work item */
|
/* store counted work item */
|
||||||
KsWorker->CountedWorkItem = CountedWorkItem;
|
KsWorker->CountedWorkItem = CountedWorkItem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue