/[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.6 by likewise, Mon Dec 2 12:23:37 2002 UTC revision 1.7 by likewise, Mon Dec 2 13:11:04 2002 UTC
# Line 531  struct dhcp_state *dhcp_start(struct net Line 531  struct dhcp_state *dhcp_start(struct net
531    }    }
532          else          else
533          {          {
534      /* proceed to the last DHCP client state      /* proceed to the last DHCP client state */
535      while (list_state->next != NULL) list_state = list_state->next;      while (list_state->next != NULL) list_state = list_state->next;
536            list_state->next = state;            list_state->next = state;
537          }          }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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