dhcp:init fine timer when dhcp start

This commit is contained in:
xueyunfei
2022-11-15 16:48:41 +08:00
parent 9813ea9ab2
commit 705dd71d46
+1 -1
View File
@@ -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) {