/[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.29 by likewise, Sun May 18 22:29:10 2003 UTC revision 1.30 by likewise, Tue May 20 09:04:10 2003 UTC
# Line 943  static err_t dhcp_release(struct netif * Line 943  static err_t dhcp_release(struct netif *
943  void dhcp_stop(struct netif *netif)  void dhcp_stop(struct netif *netif)
944  {  {
945    struct dhcp *dhcp = netif->dhcp;    struct dhcp *dhcp = netif->dhcp;
946      LWIP_ASSERT("dhcp_stop: netif != NULL", netif != NULL);
947    
948    DEBUGF(DHCP_DEBUG | DBG_TRACE | 3, ("dhcp_stop()\n"));    DEBUGF(DHCP_DEBUG | DBG_TRACE | 3, ("dhcp_stop()\n"));
949    /* netif is DHCP configured? */    /* netif is DHCP configured? */
950    if (dhcp != NULL)    if (dhcp != NULL)

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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