mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:53:03 +00:00
[NTOSKRNL]
- Don't set the DNF_STARTED flag before calling IopStartDevice svn path=/trunk/; revision=46843
This commit is contained in:
parent
5d6b19c9a0
commit
e511742ca6
1 changed files with 0 additions and 1 deletions
|
@ -323,7 +323,6 @@ PipCallDriverAddDevice(IN PDEVICE_NODE DeviceNode,
|
||||||
if (NT_SUCCESS(Status))
|
if (NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
IopAttachFilterDrivers(DeviceNode, FALSE);
|
IopAttachFilterDrivers(DeviceNode, FALSE);
|
||||||
IopDeviceNodeSetFlag(DeviceNode, DNF_STARTED);
|
|
||||||
Status = IopStartDevice(DeviceNode);
|
Status = IopStartDevice(DeviceNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue