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

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

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

revision 1.9 by likewise, Thu Mar 13 08:50:04 2003 UTC revision 1.10 by likewise, Mon Mar 24 13:06:16 2003 UTC
# Line 68  netif_add(struct ip_addr *ipaddr, struct Line 68  netif_add(struct ip_addr *ipaddr, struct
68      DEBUGF(NETIF_DEBUG, ("netif_add(): out of memory for netif\n"));      DEBUGF(NETIF_DEBUG, ("netif_add(): out of memory for netif\n"));
69      return NULL;      return NULL;
70    }    }
71    
72      /* netif not under DHCP control by default */
73      netif->dhcp = NULL;
74        
75    /* remember netif specific state information data */    /* remember netif specific state information data */
76    netif->state = state;    netif->state = state;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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