- Fix bug in IoCreateFile which my (correct) ObReferenceObjectByHandle bugfix patch uncovered. Bootcd/installation works again.

svn path=/trunk/; revision=22243
This commit is contained in:
Alex Ionescu 2006-06-06 02:07:55 +00:00
parent b3f2b879b0
commit 50224a4d55

View file

@ -946,7 +946,7 @@ IoCreateFile(OUT PHANDLE FileHandle,
Status = ObReferenceObjectByHandle(LocalHandle,
DesiredAccess,
NULL,
AccessMode,
KernelMode,
(PVOID*)&DeviceObject,
NULL);
ZwClose(LocalHandle);