mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +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,
|
0,
|
||||||
&DeviceName,
|
&DeviceName,
|
||||||
FILE_DEVICE_NULL,
|
FILE_DEVICE_NULL,
|
||||||
0,
|
FILE_DEVICE_SECURE_OPEN,
|
||||||
FALSE,
|
FALSE,
|
||||||
&DeviceObject);
|
&DeviceObject);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue