summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dhcpv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv6.c b/src/dhcpv6.c
index 5cda153..1786688 100644
--- a/src/dhcpv6.c
+++ b/src/dhcpv6.c
@@ -885,7 +885,7 @@ static int dhcpv6_handle_reply(enum dhcpv6_msg orig, _unused const int rc,
{
uint8_t *odata;
uint16_t otype, olen;
- uint32_t refresh = UINT32_MAX;
+ uint32_t refresh = 86400;
int ret = 1;
bool handled_status_codes[_DHCPV6_Status_Max] = { false, };