Reverted fix for bug #38203 since it might be wrong

This commit is contained in:
goldsimon
2015-06-23 09:20:06 +02:00
parent 7e76480db4
commit d3217718a9
2 changed files with 0 additions and 4 deletions

View File

@@ -1659,7 +1659,6 @@ dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr,
/* already bound to the given lease address? */
else if ((dhcp->state == DHCP_STATE_REBOOTING) || (dhcp->state == DHCP_STATE_REBINDING) ||
(dhcp->state == DHCP_STATE_RENEWING)) {
dhcp_handle_ack(netif);
dhcp_bind(netif);
}
}