mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
Update DHCP to use data-xfer interface (not yet tested).
This commit is contained in:
@@ -261,7 +261,7 @@ int test_dhcp ( struct net_device *netdev ) {
|
||||
out:
|
||||
/* Unregister and free DHCP options */
|
||||
unregister_dhcp_options ( dhcp.options );
|
||||
free_dhcp_options ( dhcp.options );
|
||||
dhcpopt_put ( dhcp.options );
|
||||
out_no_options:
|
||||
out_no_del_ipv4:
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user