]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Parent nested list events from the nested list
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 28 Mar 2025 05:45:14 +0000 (23:45 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 28 Mar 2025 18:25:11 +0000 (12:25 -0600)
src/lib/util/timer.c

index 02c298ac63a21a6c4a7a1d97f1c9f1736ce53914..66f6983c5b5c920dd13da816e34ea312356f725f 100644 (file)
@@ -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);
 }