X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fdhcpv6.c;h=17866889e6f06f327c6c48bb81a030e7314e5106;hp=5cda153bcdd5dcec3dd8bb4ea709fac62e418d18;hb=c42e34111e19bd435dc4b5bb3ba81224ea214314;hpb=2aaf475f54d42f1a1a714cd629dd690f40a22676 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, };