Hi Andrew, On 6/4/21 5:19 PM, Andrew Zaborowski wrote: > We were comparing the l_time_now() (usecs) to lease->lifetime (secs) > and then converting the result from usecs to secs, so the "diff" and the > "to_secs" operations need to be switched around. While there, use the > opportunity to replace the "diff" operation so that if lease->lifetime is > already in the past (e.g. because processing took to long), we schedule > the timeout in 1 millisec instead of the absolute value of the difference. > --- > ell/dhcp-server.c | 24 ++++++++++++++---------- > 1 file changed, 14 insertions(+), 10 deletions(-) > Both applied, thanks. Regards, -Denis