Initialize XTLDR configuration list and check if EFI LoadedImage protocol opened successfully
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 33s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
2023-12-22 22:37:33 +01:00
parent 16a2565ad9
commit 32042ef643
3 changed files with 21 additions and 15 deletions

View File

@@ -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);
}