mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
Fix green, it just needed it's ObOpenObjectByName params shuffled. Hope I did it correctly.
svn path=/trunk/; revision=22048
This commit is contained in:
parent
340a5ed71a
commit
8dd3dc564a
1 changed files with 1 additions and 1 deletions
|
@ -50,8 +50,8 @@ CreateGreenFdo(
|
|||
Status = ObOpenObjectByName(
|
||||
&ObjectAttributes,
|
||||
IoDeviceObjectType,
|
||||
NULL,
|
||||
KernelMode,
|
||||
NULL,
|
||||
DesiredAccess,
|
||||
NULL,
|
||||
&LocalHandle);
|
||||
|
|
Loading…
Reference in a new issue