From 705dd71d46779bf29653f1f1d7b1af5a09fb2aa7 Mon Sep 17 00:00:00 2001 From: xueyunfei Date: Tue, 15 Nov 2022 16:48:41 +0800 Subject: [PATCH] dhcp:init fine timer when dhcp start --- src/core/ipv4/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {