X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fdhcpv6.c;h=e07886780f8f352bad24e95ca31ed136ada47904;hp=7ae908c8a24dfa9f08851563182a53a9cb48e641;hb=657727622c2ba67f8c5a4795b40458892f420a9c;hpb=41cdcf25270bc252ab6c48778e27e76898c999cc diff --git a/src/dhcpv6.c b/src/dhcpv6.c index 7ae908c..e078867 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -469,7 +469,7 @@ int dhcpv6_request(enum dhcpv6_msg type) } // Receive rounds - for (; len < 0 && round_start < round_end; + for (; len < 0 && (round_start < round_end); round_start = odhcp6c_get_milli_time()) { uint8_t buf[1536], cmsg_buf[CMSG_SPACE(sizeof(struct in6_pktinfo))]; struct iovec iov = {buf, sizeof(buf)};