From 07dc294de8e984b450297037b53ac33b038dcd7b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 27 Jun 2007 23:20:36 +0100 Subject: Update DHCP to use data-xfer interface (not yet tested). --- src/tests/dhcptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/dhcptest.c b/src/tests/dhcptest.c index 7e4bedbd4..dad2ecf36 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; -- cgit v1.2.3-55-g7522