/[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.31 by likewise, Tue May 20 09:49:04 2003 UTC revision 1.32 by likewise, Mon Jun 9 21:14:47 2003 UTC
# Line 452  static void dhcp_handle_ack(struct netif Line 452  static void dhcp_handle_ack(struct netif
452    /* boot file name */    /* boot file name */
453    if (dhcp->msg_in->file[0]) {    if (dhcp->msg_in->file[0]) {
454      dhcp->boot_file_name = mem_malloc(strlen(dhcp->msg_in->file) + 1);      dhcp->boot_file_name = mem_malloc(strlen(dhcp->msg_in->file) + 1);
455            strcpy(dhcp->boot_file_name, dhcp->msg_in->file);      strcpy(dhcp->boot_file_name, dhcp->msg_in->file);
456    }    }
457  #endif  #endif
458    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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