adding one. We might expire a lease a second late, but that's okay.
See RT ticket #17112 for more.
but would not return the address in response to a REQUEST. Thanks to
Dennis Kou for finding the bug.
+- Fixed an error causing the server to lock up on lease expiration,
+ reported independently by Jothilingam Vasu and Dennis Kou.
+
Changes since 4.0.0a2
- Fix for startup where there are no IPv4 addresses on an interface.
tmp = (struct iaaddr *)isc_heap_element(pool->active_timeouts,
1);
if (tmp->valid_lifetime_end_time < next_timeout) {
- next_timeout = tmp->valid_lifetime_end_time;
+ next_timeout = tmp->valid_lifetime_end_time + 1;
}
}