[ros-diffs] [ekohl] 15819: Disable patch 15796 because it breaks the bootcd.

ekohl at svn.reactos.com ekohl at svn.reactos.com
Mon Jun 6 21:34:38 CEST 2005


Disable patch 15796 because it breaks the bootcd.
Modified: trunk/reactos/ntoskrnl/io/pnpmgr.c
  _____  

Modified: trunk/reactos/ntoskrnl/io/pnpmgr.c
--- trunk/reactos/ntoskrnl/io/pnpmgr.c	2005-06-05 23:07:51 UTC (rev
15818)
+++ trunk/reactos/ntoskrnl/io/pnpmgr.c	2005-06-06 19:34:36 UTC (rev
15819)
@@ -892,6 +892,7 @@

     ZwClose(LogConfKey);
   }
 
+#if 0
   if (DeviceNode->PhysicalDeviceObject != NULL)
   {
     /* Create the 'Control' key */
@@ -924,6 +925,7 @@
       ZwClose(LogConfKey);
     }
   }
+#endif
 
   DPRINT("IopSetDeviceInstanceData() done\n");
 
@@ -2017,6 +2019,7 @@
 static NTSTATUS INIT_FUNCTION
 IopSetRootDeviceInstanceData(PDEVICE_NODE DeviceNode)
 {
+#if 0
     PWSTR KeyBuffer;
     HANDLE InstanceKey = NULL;
     NTSTATUS Status;
@@ -2040,6 +2043,8 @@
     ZwClose(InstanceKey);
 
     return Status;
+#endif
+    return STATUS_SUCCESS;
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050606/6e125bfb/attachment.html


More information about the Ros-diffs mailing list