Ouch!
authorEric Kohl <eric.kohl@reactos.org>
Sat, 7 Dec 2002 15:43:29 +0000 (15:43 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 7 Dec 2002 15:43:29 +0000 (15:43 +0000)
svn path=/trunk/; revision=3831

reactos/ntoskrnl/ke/main.c

index f5158b7..8658db4 100644 (file)
@@ -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);
     }