/[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.9 by likewise, Wed Jan 8 10:09:42 2003 UTC revision 1.10 by likewise, Mon Jan 27 11:31:30 2003 UTC
# Line 163  static void dhcp_check(struct dhcp_state Line 163  static void dhcp_check(struct dhcp_state
163          DEBUGF(DHCP_DEBUG, ("dhcp_check(): sending ARP request len %u", p->tot_len));          DEBUGF(DHCP_DEBUG, ("dhcp_check(): sending ARP request len %u", p->tot_len));
164      result = state->netif->linkoutput(state->netif, p);      result = state->netif->linkoutput(state->netif, p);
165      pbuf_free(p);      pbuf_free(p);
166        p = NULL;
167    }    }
168          state->tries++;          state->tries++;
169          msecs = 500;          msecs = 500;

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