diff options
Diffstat (limited to 'httpboot.c')
| -rw-r--r-- | httpboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -715,6 +715,7 @@ httpboot_fetch_buffer (EFI_HANDLE image, VOID **buffer, UINT64 *buf_size) also supports the HTTP service binding protocol */ nic = get_nic_handle(&mac_addr); if (!nic) { + efi_status = EFI_NOT_FOUND; goto error; } |
