]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't call time functions
authorAlan T. DeKok <aland@freeradius.org>
Mon, 11 Sep 2017 22:15:10 +0000 (18:15 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 11 Sep 2017 22:15:10 +0000 (18:15 -0400)
src/main/unlang_interpret.c

index 75e6bb93012213b7fc0fd67ea3067cd91fd9023e..ae5a58c1f10489dc159cf262b52ea1f11a0d91f7 100644 (file)
@@ -610,7 +610,7 @@ static REQUEST *unlang_child_alloc(REQUEST *request, unlang_t *instruction, rlm_
         *      parent.
         */
        FR_DLIST_INIT(child->async->time_order);
-       fr_time_tracking_start(&child->async->tracking, fr_time());
+       FR_DLIST_INIT(child->async->tracking.list);
 
        /*
         *      create {...} creates an empty copy.