diff --git a/src/core/dhcp.c b/src/core/dhcp.c index 80d25b85..05edd757 100644 --- a/src/core/dhcp.c +++ b/src/core/dhcp.c @@ -161,7 +161,7 @@ dhcp_handle_nak(struct netif *netif) /* Change to a defined state */ dhcp_set_state(dhcp, DHCP_BACKING_OFF); /* We can immediately restart discovery */ - dhcp_discover(); + dhcp_discover(netif); } /**