mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
Removed copy-paste errors.
This commit is contained in:
parent
fb18e1f036
commit
a6d37fcb25
@ -933,9 +933,10 @@ static err_t dhcp_release(struct netif *netif)
|
||||
dhcp_set_state(dhcp, DHCP_OFF);
|
||||
/* clean old DHCP offer */
|
||||
dhcp->server_ip_addr = 0;
|
||||
dhcp->offered_ip_addr = dhcp->ip_addr offered_sn_mask = 0;
|
||||
dhcp->ip_addr offered_gw_addr = dhcp->ip_addr offered_bc_addr = 0;
|
||||
dhcp->offered_t0_lease = dhcp->offered_t1_renew = offered_t2_rebind = 0;
|
||||
dhcp->offered_ip_addr = dhcp->offered_sn_mask = 0;
|
||||
dhcp->offered_gw_addr = dhcp->offered_bc_addr = 0;
|
||||
dhcp->offered_t0_lease = dhcp->offered_t1_renew = dhcp->offered_t2_rebind = 0;
|
||||
dhcp->dns_count = 0;
|
||||
|
||||
/* create and initialize the DHCP message header */
|
||||
result = dhcp_create_request(netif);
|
||||
|
Loading…
Reference in New Issue
Block a user