[NTOSKRNL]

- Don't set the DNF_STARTED flag before calling IopStartDevice

svn path=/trunk/; revision=46843
This commit is contained in:
Cameron Gutman 2010-04-11 16:23:57 +00:00
parent 5d6b19c9a0
commit e511742ca6

View file

@ -323,7 +323,6 @@ PipCallDriverAddDevice(IN PDEVICE_NODE DeviceNode,
if (NT_SUCCESS(Status))
{
IopAttachFilterDrivers(DeviceNode, FALSE);
IopDeviceNodeSetFlag(DeviceNode, DNF_STARTED);
Status = IopStartDevice(DeviceNode);
}