X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fdhcpv6.c;h=10f98c5aa8679cd123310ee7ae64bdc5041bf99a;hp=0d206f352d8d1d1ad04fb8066cd289bfb5603525;hb=6bbd2b0208fc17b6566595bfdfef2ff1d012d143;hpb=3dabd4b1c14df34f0a315c3e329d73ba27ac42b5 diff --git a/src/dhcpv6.c b/src/dhcpv6.c index 0d206f3..10f98c5 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -1231,6 +1231,8 @@ static int dhcpv6_calc_refresh_timers(void) t1 = l_t1; t2 = l_t2; t3 = l_t3; + } else { + t1 = 600; } return (int)(ia_pd_entries + ia_na_entries);