From aec9b8a41b6cad1b257c4e3a7f043f35871aafd0 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 21 Mar 2008 00:01:27 +0000 Subject: [Settings] Use a settings applicator to configure IPv4 routes. --- src/usr/dhcpmgmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr') diff --git a/src/usr/dhcpmgmt.c b/src/usr/dhcpmgmt.c index 0c6b458..39fe920 100644 --- a/src/usr/dhcpmgmt.c +++ b/src/usr/dhcpmgmt.c @@ -32,11 +32,11 @@ * */ -static int dhcp_success ( struct net_device *netdev, +static int dhcp_success ( struct net_device *netdev __unused, struct dhcp_option_block *options ) { DBGC ( options, "DHCP client registering options %p\n", options ); register_dhcp_options ( options ); - return dhcp_configure_netdev ( netdev, options ); + return 0; } int dhcp ( struct net_device *netdev ) { -- cgit v1.1