From: Alan T. DeKok Date: Thu, 19 Dec 2019 20:40:12 +0000 (-0500) Subject: reset time after doing significant work, and before running timers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf3f7e33b8f051d50d218e5b7ca516edca73ff5;p=thirdparty%2Ffreeradius-server.git reset time after doing significant work, and before running timers --- diff --git a/src/lib/util/event.c b/src/lib/util/event.c index e8fbfd6194d..91f28492196 100644 --- a/src/lib/util/event.c +++ b/src/lib/util/event.c @@ -1744,6 +1744,8 @@ service: */ talloc_list_free(&el->fd_to_free); + el->now = el->time(); + /* * Run all of the timer events. Note that these can add * new timers!