From 8600259a78116f99f2e546dd2ccec687b82a15dd Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 22 Feb 2018 22:33:48 +0100 Subject: [PATCH] tiny cleanup in dhcp.c --- 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 00fed0e4..cebd71a9 100644 --- a/src/core/ipv4/dhcp.c +++ b/src/core/ipv4/dhcp.c @@ -477,7 +477,7 @@ dhcp_fine_tmr(void) dhcp->request_timeout--; } else if (dhcp->request_timeout == 1) { dhcp->request_timeout--; - /* { netif->dhcp->request_timeout == 0 } */ + /* { dhcp->request_timeout == 0 } */ LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_fine_tmr(): request timeout\n")); /* this client's request timeout triggered */ dhcp_timeout(netif);