mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +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:
parent
1aaa081b2d
commit
2fad0ee98f
1 changed files with 3 additions and 0 deletions
|
@ -280,7 +280,10 @@ IopLoadServiceModule(
|
||||||
|
|
||||||
/* FIXME: This check may be removed once the bug is fixed */
|
/* FIXME: This check may be removed once the bug is fixed */
|
||||||
if (ServiceName->Buffer == NULL)
|
if (ServiceName->Buffer == NULL)
|
||||||
|
{
|
||||||
|
DPRINT1("If you see this, please report to Fireball or hpoussin!\n");
|
||||||
return STATUS_UNSUCCESSFUL;
|
return STATUS_UNSUCCESSFUL;
|
||||||
|
}
|
||||||
|
|
||||||
/* Open CurrentControlSet */
|
/* Open CurrentControlSet */
|
||||||
RtlInitUnicodeString(&CCSName,
|
RtlInitUnicodeString(&CCSName,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue