Message ID | 1457347371-18229-1-git-send-email-lersek@redhat.com |
---|---|
State | Accepted |
Commit | 8244e1977689df34898e20dac83f736c3f3e0e90 |
Headers | show |
diff --git a/NetworkPkg/HttpBootDxe/HttpBootConfig.c b/NetworkPkg/HttpBootDxe/HttpBootConfig.c index db14da06d5cb..597192349d6b 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootConfig.c +++ b/NetworkPkg/HttpBootDxe/HttpBootConfig.c @@ -143,7 +143,7 @@ HttpBootAddBootOption ( Status = GetVariable2 ( L"BootOrder", &gEfiGlobalVariableGuid, - &CurrentOrder, + (VOID **)&CurrentOrder, &Length ); if (EFI_ERROR (Status) && Status != EFI_NOT_FOUND) {