diff --git a/src/core/dhcp.c b/src/core/dhcp.c index f79ee828..f83a4361 100644 --- a/src/core/dhcp.c +++ b/src/core/dhcp.c @@ -753,7 +753,7 @@ dhcp_inform(struct netif *netif) LWIP_ERROR("netif != NULL", (netif != NULL), return;); memset(&dhcp, 0, sizeof(struct dhcp)); - dhcp_set_state(&dhcp, DHCP_INFORM); + dhcp_set_state(&dhcp, DHCP_INFORMING); if ((netif->dhcp != NULL) && (netif->dhcp->pcb != NULL)) { /* re-use existing pcb */