mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +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))
|
||||
{
|
||||
/* get ks worker implementation */
|
||||
KsWorker = (PKSIWORKER)Worker;
|
||||
KsWorker = *(PKSIWORKER*)Worker;
|
||||
/* store counted work item */
|
||||
KsWorker->CountedWorkItem = CountedWorkItem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue