mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +00:00
[BOOTMGR]
Don't use uninit var. CID #1363650 svn path=/trunk/; revision=71939
This commit is contained in:
parent
d9e36e2928
commit
b34c2f1548
1 changed files with 1 additions and 1 deletions
|
@ -1470,7 +1470,7 @@ BmGetBootSequence (
|
|||
)
|
||||
{
|
||||
PBL_LOADED_APPLICATION_ENTRY* Sequence;
|
||||
ULONG Count;
|
||||
ULONG Count = SequenceListCount;
|
||||
NTSTATUS Status;
|
||||
|
||||
/* Allocate the sequence list */
|
||||
|
|
Loading…
Reference in a new issue