[BOOTMGR]
authorPierre Schweitzer <pierre@reactos.org>
Thu, 14 Jul 2016 12:46:31 +0000 (12:46 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Thu, 14 Jul 2016 12:46:31 +0000 (12:46 +0000)
Don't use uninit var.

CID #1363650

svn path=/trunk/; revision=71939

reactos/boot/environ/app/bootmgr/bootmgr.c

index 46df5ce..74516c2 100644 (file)
@@ -1470,7 +1470,7 @@ BmGetBootSequence (
     )
 {
     PBL_LOADED_APPLICATION_ENTRY* Sequence;
-    ULONG Count;
+    ULONG Count = SequenceListCount;
     NTSTATUS Status;
 
     /* Allocate the sequence list */