[BOOTMGR]

Don't use uninit var.

CID #1363650

svn path=/trunk/; revision=71939
This commit is contained in:
Pierre Schweitzer
2016-07-14 12:46:31 +00:00
parent d9e36e2928
commit b34c2f1548
+1 -1
View File
@@ -1470,7 +1470,7 @@ BmGetBootSequence (
)
{
PBL_LOADED_APPLICATION_ENTRY* Sequence;
ULONG Count;
ULONG Count = SequenceListCount;
NTSTATUS Status;
/* Allocate the sequence list */