- 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.

svn path=/trunk/; revision=32518
This commit is contained in:
Aleksey Bragin 2008-02-27 20:54:27 +00:00
parent 1aaa081b2d
commit 2fad0ee98f

View file

@ -280,7 +280,10 @@ IopLoadServiceModule(
/* 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,