Fixed some issues open after merging 'leon-dhcp'.

This commit is contained in:
likewise
2003-02-20 14:35:40 +00:00
parent 37629fc1b6
commit d1c03cbd69
3 changed files with 26 additions and 28 deletions

View File

@@ -881,8 +881,6 @@ void dhcp_stop(struct netif *netif)
{
struct dhcp *dhcp = netif->dhcp;
DEBUGF(DHCP_DEBUG, ("dhcp_stop()"));
LWIP_ASSERT("dhcp_stop: dhcp != NULL", dhcp != NULL);
LWIP_ASSERT("dhcp_stop: dhcp->pcb != NULL", dhcp->pcb != NULL);
/* netif is DHCP configured? */
if (dhcp != NULL)
{