summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorMichael Brown2007-06-28 00:20:36 +0200
committerMichael Brown2007-06-28 00:20:36 +0200
commit07dc294de8e984b450297037b53ac33b038dcd7b (patch)
treefa0bd2f4d3ad93e5104b1e20907b29740ef0d6ec /src/tests
parentKill off hotplug.h and just make net devices normal reference-counted (diff)
downloadipxe-07dc294de8e984b450297037b53ac33b038dcd7b.tar.gz
ipxe-07dc294de8e984b450297037b53ac33b038dcd7b.tar.xz
ipxe-07dc294de8e984b450297037b53ac33b038dcd7b.zip
Update DHCP to use data-xfer interface (not yet tested).
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/dhcptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/dhcptest.c b/src/tests/dhcptest.c
index 7e4bedbd..dad2ecf3 100644
--- a/src/tests/dhcptest.c
+++ b/src/tests/dhcptest.c
@@ -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;