diff options
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/dhcptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
