mirror of
https://github.com/reactos/reactos.git
synced 2025-04-07 22:34:14 +00:00
[GREEN]: Fix 2nd parameter of ObOpenObjectByName.
svn path=/trunk/; revision=63327
This commit is contained in:
parent
7a4fd32957
commit
9ef81cf038
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ CreateGreenFdo(
|
|||
InitializeObjectAttributes(&ObjectAttributes, &DriverExtension->AttachedDeviceName, OBJ_KERNEL_HANDLE, NULL, NULL);
|
||||
Status = ObOpenObjectByName(
|
||||
&ObjectAttributes,
|
||||
IoFileObjectType,
|
||||
*IoFileObjectType,
|
||||
KernelMode,
|
||||
NULL,
|
||||
DesiredAccess,
|
||||
|
|
Loading…
Reference in a new issue