Fix DHCP build problem.

This commit is contained in:
fbernon 2008-01-06 22:07:03 +00:00
parent bf924118de
commit de4b9b584c

View File

@ -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);
}
/**