diff --git a/src/core/ipv4/dhcp.c b/src/core/ipv4/dhcp.c index 5ce045e1..b3d39a55 100644 --- a/src/core/ipv4/dhcp.c +++ b/src/core/ipv4/dhcp.c @@ -888,7 +888,7 @@ dhcp_start(struct netif *netif) return result; } #endif - + ESP_LWIP_DHCP_FINE_CLOSE(); /* (re)start the DHCP negotiation */ result = dhcp_discover(netif); if (result != ERR_OK) {