mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[BOOTMGR]
Don't use uninit var. CID #1363650 svn path=/trunk/; revision=71939
This commit is contained in:
@@ -1470,7 +1470,7 @@ BmGetBootSequence (
|
||||
)
|
||||
{
|
||||
PBL_LOADED_APPLICATION_ENTRY* Sequence;
|
||||
ULONG Count;
|
||||
ULONG Count = SequenceListCount;
|
||||
NTSTATUS Status;
|
||||
|
||||
/* Allocate the sequence list */
|
||||
|
||||
Reference in New Issue
Block a user