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?... ============================================================================== --- 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,