mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Ouch!
svn path=/trunk/; revision=3831
This commit is contained in:
parent
822d5e3d78
commit
688e9b05d9
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: main.c,v 1.144 2002/12/07 14:47:10 ekohl Exp $
|
/* $Id: main.c,v 1.145 2002/12/07 15:43:29 ekohl Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/ke/main.c
|
* FILE: ntoskrnl/ke/main.c
|
||||||
|
@ -500,7 +500,7 @@ ExpInitializeExecutive(VOID)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialize volatile registry settings */
|
/* Initialize volatile registry settings */
|
||||||
if (SetupBoot == TRUE)
|
if (SetupBoot == FALSE)
|
||||||
{
|
{
|
||||||
CmInit2((PCHAR)KeLoaderBlock.CommandLine);
|
CmInit2((PCHAR)KeLoaderBlock.CommandLine);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue