diff --git a/reactos/boot/environ/app/bootmgr/bootmgr.c b/reactos/boot/environ/app/bootmgr/bootmgr.c index 46df5ceeaf7..74516c261fb 100644 --- a/reactos/boot/environ/app/bootmgr/bootmgr.c +++ b/reactos/boot/environ/app/bootmgr/bootmgr.c @@ -1470,7 +1470,7 @@ BmGetBootSequence ( ) { PBL_LOADED_APPLICATION_ENTRY* Sequence; - ULONG Count; + ULONG Count = SequenceListCount; NTSTATUS Status; /* Allocate the sequence list */