Initialize XTLDR configuration list and check if EFI LoadedImage protocol opened successfully
This commit is contained in:
@@ -564,7 +564,7 @@ BlpUpdateConfiguration(IN PLIST_ENTRY NewConfig)
|
||||
/* Make sure config entry does not exist yet */
|
||||
if(BlGetConfigValue(ConfigEntry->Name) == NULL)
|
||||
{
|
||||
/* Remove new config entry from input list and put it into global config list */
|
||||
/* Put new config entry into global config list */
|
||||
RtlInsertTailList(BlpConfig, &ConfigEntry->Flink);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user