mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 20:56:04 +00:00
[NTSOKRNL]
add a comment so that noone will stumble upon this atrocity a second time. svn path=/trunk/; revision=50084
This commit is contained in:
parent
a5a6940af8
commit
4a58e37b7c
1 changed files with 7 additions and 7 deletions
|
@ -993,7 +993,7 @@ IopInitializeBootDrivers(VOID)
|
||||||
&BootEntry->RegistryPath,
|
&BootEntry->RegistryPath,
|
||||||
KEY_READ);
|
KEY_READ);
|
||||||
if ((NT_SUCCESS(Status)) || /* ReactOS HACK for SETUPLDR */
|
if ((NT_SUCCESS(Status)) || /* ReactOS HACK for SETUPLDR */
|
||||||
((KeLoaderBlock->SetupLdrBlock) && ((KeyHandle = (PVOID)1))))
|
((KeLoaderBlock->SetupLdrBlock) && ((KeyHandle = (PVOID)1)))) // yes, it's an assignment!
|
||||||
{
|
{
|
||||||
/* Save the handle */
|
/* Save the handle */
|
||||||
DriverInfo->ServiceHandle = KeyHandle;
|
DriverInfo->ServiceHandle = KeyHandle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue