mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Tweak CSAs affected by UEFI PXE workaround code.
This commit is contained in:
@@ -1994,7 +1994,7 @@ static int pxe_uefi_workaround(int pxe_arch, struct dhcp_netid *netid, struct dh
|
|||||||
struct pxe_service *service, *found;
|
struct pxe_service *service, *found;
|
||||||
|
|
||||||
/* Only workaround UEFI archs. */
|
/* Only workaround UEFI archs. */
|
||||||
if (pxe_arch != 6 && pxe_arch != 7 && pxe_arch != 8 && pxe_arch != 9)
|
if (pxe_arch < 6)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
for (found = NULL, service = daemon->pxe_services; service; service = service->next)
|
for (found = NULL, service = daemon->pxe_services; service; service = service->next)
|
||||||
|
|||||||
Reference in New Issue
Block a user