mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NULL] Use correct device characteristics value for the null device
This commit is contained in:
parent
d75ccd01f7
commit
5570cde271
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ DriverEntry(IN PDRIVER_OBJECT DriverObject,
|
|||
0,
|
||||
&DeviceName,
|
||||
FILE_DEVICE_NULL,
|
||||
0,
|
||||
FILE_DEVICE_SECURE_OPEN,
|
||||
FALSE,
|
||||
&DeviceObject);
|
||||
if (!NT_SUCCESS(Status))
|
||||
|
|
Loading…
Reference in a new issue