From: Arran Cudbard-Bell Date: Fri, 28 Mar 2025 05:45:14 +0000 (-0600) Subject: Parent nested list events from the nested list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a31e4e456a8fd2d363fa8a19cfd710f8c4d457;p=thirdparty%2Ffreeradius-server.git Parent nested list events from the nested list --- diff --git a/src/lib/util/timer.c b/src/lib/util/timer.c index 02c298ac63a..66f6983c5b5 100644 --- a/src/lib/util/timer.c +++ b/src/lib/util/timer.c @@ -281,7 +281,7 @@ static inline CC_HINT(always_inline) int timer_list_parent_update(fr_timer_list_ /* * Re-arm the timer */ - return fr_timer_at(tl->parent, tl->parent, &tl->parent_ev, + return fr_timer_at(tl, tl->parent, &tl->parent_ev, ev->when, false, _parent_timer_cb, tl); }