ExInitializeWorkItem: synch with Windows (only NULL the Flink)

svn path=/trunk/; revision=12309
This commit is contained in:
Gunnar Dalsnes
2004-12-24 01:39:50 +00:00
parent 8b4b5441b4
commit 8d1d54877f

View File

@@ -344,8 +344,7 @@ ExInitializeRundownProtection (
ASSERT_IRQL(DISPATCH_LEVEL); \
(Item)->WorkerRoutine = (Routine); \
(Item)->Parameter = (RoutineContext); \
(Item)->List.Flink = NULL; \
(Item)->List.Blink = NULL;
(Item)->List.Flink = NULL;
NTSTATUS
STDCALL