From 8529e0f7f70f427a7202815061362eceba6bfc50 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Wed, 27 Apr 2022 22:41:59 +0100 Subject: New upstream version 15.5 --- netboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netboot.c') diff --git a/netboot.c b/netboot.c index 3f5c5198..cf5882c1 100644 --- a/netboot.c +++ b/netboot.c @@ -36,8 +36,8 @@ BOOLEAN findNetboot(EFI_HANDLE device) { EFI_STATUS efi_status; - efi_status = gBS->HandleProtocol(device, &PxeBaseCodeProtocol, - (VOID **) &pxe); + efi_status = BS->HandleProtocol(device, &PxeBaseCodeProtocol, + (VOID **) &pxe); if (EFI_ERROR(efi_status)) { pxe = NULL; return FALSE; -- cgit v1.2.3