Skip to content

Commit

Permalink
dhcp:init fine timer when dhcp start
Browse files Browse the repository at this point in the history
  • Loading branch information
freakyxue committed Nov 15, 2022
1 parent 9813ea9 commit 705dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ipv4/dhcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 705dd71

Please sign in to comment.