[NTOSKRNL]
authorPierre Schweitzer <pierre@reactos.org>
Thu, 30 Oct 2014 08:39:03 +0000 (08:39 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Thu, 30 Oct 2014 08:39:03 +0000 (08:39 +0000)
Actually enable again the hack...
For whatever reason, it works with my WC but not with clean trunk...
Where are the you, magic and silent patch that fixes it? :-(

svn path=/trunk/; revision=65120

reactos/ntoskrnl/io/iomgr/file.c

index 7fa19e5..cf10cfe 100644 (file)
@@ -419,7 +419,7 @@ IopParseDevice(IN PVOID ParseObject,
         DirectOpen = TRUE;
     }
 
-#if 0
+#if 1
     /* FIXME: Small hack still exists, have to check why...
      * This is triggered multiple times by usetup and then once per boot.
      */