[PARPORT]
authorThomas Faber <thomas.faber@reactos.org>
Thu, 15 Oct 2015 07:16:39 +0000 (07:16 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Thu, 15 Oct 2015 07:16:39 +0000 (07:16 +0000)
- Add missing OBJ_KERNEL_HANDLE
CORE-10207

svn path=/trunk/; revision=69533

reactos/drivers/parallel/parport/fdo.c

index 92ddcf9..1214296 100644 (file)
@@ -292,7 +292,7 @@ FdoCreateRawParallelPdo(
                          L"\\Registry\\Machine\\HARDWARE\\DeviceMap\\PARALLEL PORTS");
     InitializeObjectAttributes(&ObjectAttributes,
                                &KeyName,
                          L"\\Registry\\Machine\\HARDWARE\\DeviceMap\\PARALLEL PORTS");
     InitializeObjectAttributes(&ObjectAttributes,
                                &KeyName,
-                               OBJ_CASE_INSENSITIVE,
+                               OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE,
                                NULL,
                                NULL);
 
                                NULL,
                                NULL);