projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c633b79
)
[NTOSKRNL]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Mon, 13 Jan 2014 22:35:01 +0000
(22:35 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Mon, 13 Jan 2014 22:35:01 +0000
(22:35 +0000)
Forgot to commit this file.
svn path=/trunk/; revision=61623
reactos/ntoskrnl/config/cmsysini.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/config/cmsysini.c
b/reactos/ntoskrnl/config/cmsysini.c
index
3d97640
..
cec7e9a
100644
(file)
--- a/
reactos/ntoskrnl/config/cmsysini.c
+++ b/
reactos/ntoskrnl/config/cmsysini.c
@@
-649,7
+649,7
@@
UseSet:
LoaderExtension = LoaderBlock->Extension;
if (LoaderExtension)
{
-
ASSERTMSG("ReactOS doesn't support NTLDR Profiles yet!\n", FALSE
);
+
DPRINT("ReactOS doesn't support NTLDR Profiles yet!\n"
);
}
/* Create the current hardware profile key */
@@
-816,7
+816,6
@@
CmpInitializeSystemHive(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
if (HiveBase)
{
/* Import it */
- ((PHBASE_BLOCK)HiveBase)->Length = LoaderBlock->RegistryLength;
Status = CmpInitializeHive((PCMHIVE*)&SystemHive,
HINIT_MEMORY,
HIVE_NOLAZYFLUSH,