mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00: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