[NTOSKRNL]
authorCameron Gutman <aicommander@gmail.com>
Sun, 11 Apr 2010 16:23:57 +0000 (16:23 +0000)
committerCameron Gutman <aicommander@gmail.com>
Sun, 11 Apr 2010 16:23:57 +0000 (16:23 +0000)
- Don't set the DNF_STARTED flag before calling IopStartDevice

svn path=/trunk/; revision=46843

reactos/ntoskrnl/io/pnpmgr/pnpinit.c

index 24c8ba6..afa54eb 100644 (file)
@@ -323,7 +323,6 @@ PipCallDriverAddDevice(IN PDEVICE_NODE DeviceNode,
     if (NT_SUCCESS(Status))
     {
         IopAttachFilterDrivers(DeviceNode, FALSE);
     if (NT_SUCCESS(Status))
     {
         IopAttachFilterDrivers(DeviceNode, FALSE);
-        IopDeviceNodeSetFlag(DeviceNode, DNF_STARTED);
         Status = IopStartDevice(DeviceNode);
     }
     
         Status = IopStartDevice(DeviceNode);
     }