[ros-diffs] [fireball] 32518: - This bug most probably is solved ages ago, but for testing purposes I enable this message before removing the check. Later could be substituted with an ASSERT.

fireball at svn.reactos.org fireball at svn.reactos.org
Wed Feb 27 21:54:28 CET 2008


Author: fireball
Date: Wed Feb 27 23:54:27 2008
New Revision: 32518

URL: http://svn.reactos.org/svn/reactos?rev=32518&view=rev
Log:
- This bug most probably is solved ages ago, but for testing purposes I enable this message before removing the check. Later could be substituted with an ASSERT.

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=32518&r1=32517&r2=32518&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/driver.c (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/driver.c Wed Feb 27 23:54:27 2008
@@ -280,7 +280,10 @@
 
    /* FIXME: This check may be removed once the bug is fixed */
    if (ServiceName->Buffer == NULL)
+   {
+       DPRINT1("If you see this, please report to Fireball or hpoussin!\n");
       return STATUS_UNSUCCESSFUL;
+   }
 
    /* Open CurrentControlSet */
    RtlInitUnicodeString(&CCSName,




More information about the Ros-diffs mailing list