]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
and another one...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 1 Feb 2020 17:11:08 +0000 (12:11 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 1 Feb 2020 17:11:08 +0000 (12:11 -0500)
src/modules/rlm_radius/rlm_radius_udp.c

index b82f01971859edfa969497145b9626f495a5027b..68bd1f822cd0f7c296c48e4c52a96673dc6bb7f3 100644 (file)
@@ -895,8 +895,8 @@ static void request_timer(UNUSED fr_event_list_t *el, fr_time_t now, void *uctx)
                u->rr = NULL;
                u->rcode = RLM_MODULE_FAIL;
                u->c = NULL;
-               u->treq = NULL;
                fr_trunk_request_signal_complete(u->treq);
+               u->treq = NULL;
                return;
        }