We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c477153 commit c85915bCopy full SHA for c85915b
reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
@@ -2118,7 +2118,7 @@ IopActionInitChildServices(PDEVICE_NODE DeviceNode,
2118
* Make sure this device node is a direct child of the parent device node
2119
* that is given as an argument
2120
*/
2121
-#if 0
+
2122
if (DeviceNode->Parent != ParentDeviceNode)
2123
{
2124
/*
@@ -2127,7 +2127,7 @@ IopActionInitChildServices(PDEVICE_NODE DeviceNode,
2127
DPRINT("Stop\n");
2128
return STATUS_UNSUCCESSFUL;
2129
}
2130
-#endif
2131
if (IopDeviceNodeHasFlag(DeviceNode, DNF_STARTED) ||
2132
IopDeviceNodeHasFlag(DeviceNode, DNF_ADDED) ||
2133
IopDeviceNodeHasFlag(DeviceNode, DNF_DISABLED))
0 commit comments