diff options
Diffstat (limited to 'netboot.c')
| -rw-r--r-- | netboot.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -106,6 +106,11 @@ try_again: goto try_again; } + if (status == EFI_NOT_FOUND) { + FreePool(buffer); + return FALSE; + } + /* * We have a list of pxe supporting protocols, lets see if any are * active |
