mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[PARPORT]
- Add missing OBJ_KERNEL_HANDLE CORE-10207 svn path=/trunk/; revision=69533
This commit is contained in:
parent
b7d35a7776
commit
62ffa081a9
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ FdoCreateRawParallelPdo(
|
|||
L"\\Registry\\Machine\\HARDWARE\\DeviceMap\\PARALLEL PORTS");
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&KeyName,
|
||||
OBJ_CASE_INSENSITIVE,
|
||||
OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue