Tweak CSAs affected by UEFI PXE workaround code.

This commit is contained in:
Simon Kelley
2016-05-11 22:17:18 +01:00
parent 68bea10bbf
commit cbc100fc81

View File

@@ -1994,7 +1994,7 @@ static int pxe_uefi_workaround(int pxe_arch, struct dhcp_netid *netid, struct dh
struct pxe_service *service, *found;
/* Only workaround UEFI archs. */
if (pxe_arch != 6 && pxe_arch != 7 && pxe_arch != 8 && pxe_arch != 9)
if (pxe_arch < 6)
return 0;
for (found = NULL, service = daemon->pxe_services; service; service = service->next)