From 688e9b05d9b88855287854b46fc7e867ebfe1dc1 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 7 Dec 2002 15:43:29 +0000 Subject: [PATCH] Ouch! svn path=/trunk/; revision=3831 --- reactos/ntoskrnl/ke/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/ke/main.c b/reactos/ntoskrnl/ke/main.c index f5158b7dbf0..8658db44b6a 100644 --- a/reactos/ntoskrnl/ke/main.c +++ b/reactos/ntoskrnl/ke/main.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * 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 * FILE: ntoskrnl/ke/main.c @@ -500,7 +500,7 @@ ExpInitializeExecutive(VOID) } /* Initialize volatile registry settings */ - if (SetupBoot == TRUE) + if (SetupBoot == FALSE) { CmInit2((PCHAR)KeLoaderBlock.CommandLine); }