diff --git a/subsys/net/ip/dhcpv4.c b/subsys/net/ip/dhcpv4.c index ae96f2c17b7..5dda5c8b43e 100644 --- a/subsys/net/ip/dhcpv4.c +++ b/subsys/net/ip/dhcpv4.c @@ -602,7 +602,7 @@ static uint32_t dhcph4_manage_timers(struct net_if *iface, int64_t timeout) static void dhcpv4_timeout(struct k_work *work) { - uint32_t timeout_update = UINT32_MAX - 1; + uint32_t timeout_update = UINT32_MAX; int64_t timeout = k_uptime_get(); struct net_if_dhcpv4 *current, *next;