/[lwip]/lwip/src/core/dhcp.c
ViewVC logotype

Diff of /lwip/src/core/dhcp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by likewise, Thu Feb 20 13:13:51 2003 UTC revision 1.14 by likewise, Thu Feb 20 14:35:40 2003 UTC
# Line 881  void dhcp_stop(struct netif *netif) Line 881  void dhcp_stop(struct netif *netif)
881  {  {
882    struct dhcp *dhcp = netif->dhcp;    struct dhcp *dhcp = netif->dhcp;
883    DEBUGF(DHCP_DEBUG, ("dhcp_stop()"));    DEBUGF(DHCP_DEBUG, ("dhcp_stop()"));
   LWIP_ASSERT("dhcp_stop: dhcp != NULL", dhcp != NULL);  
   LWIP_ASSERT("dhcp_stop: dhcp->pcb != NULL", dhcp->pcb != NULL);  
884    /* netif is DHCP configured? */    /* netif is DHCP configured? */
885    if (dhcp != NULL)    if (dhcp != NULL)
886    {    {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26