[ros-diffs] [fireball] 34409: - Fix a typo, spotted by BugBoy.

fireball at svn.reactos.org fireball at svn.reactos.org
Thu Jul 10 13:29:51 CEST 2008


Author: fireball
Date: Thu Jul 10 06:29:50 2008
New Revision: 34409

URL: http://svn.reactos.org/svn/reactos?rev=34409&view=rev
Log:
- Fix a typo, spotted by BugBoy.

Modified:
    trunk/reactos/ntoskrnl/io/iomgr/driver.c

Modified: trunk/reactos/ntoskrnl/io/iomgr/driver.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/driver.c?rev=34409&r1=34408&r2=34409&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/driver.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/driver.c [iso-8859-1] Thu Jul 10 06:29:50 2008
@@ -1301,7 +1301,7 @@
     Status = ObInsertObject(DriverObject,
                             NULL,
                             FILE_READ_DATA,
-                            OBJ_KERNEL_HANDLE,
+                            0,
                             NULL,
                             &hDriver);
 



More information about the Ros-diffs mailing list