mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- 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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user