From: Nick Porter Date: Sat, 8 Feb 2025 21:44:58 +0000 (+0000) Subject: Set trunk in bio handle ctx X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538c04fafa5d8da604ebaaf28ac62364a3ff67e5;p=thirdparty%2Ffreeradius-server.git Set trunk in bio handle ctx --- diff --git a/src/modules/rlm_radius/bio.c b/src/modules/rlm_radius/bio.c index 24dcebedf30..38292e145d6 100644 --- a/src/modules/rlm_radius/bio.c +++ b/src/modules/rlm_radius/bio.c @@ -931,6 +931,7 @@ static connection_t *thread_conn_alloc(trunk_connection_t *tconn, fr_event_list_ PERROR("%s - Failed allocating state handler for new connection", ctx->inst->name); return NULL; } + ctx->trunk = tconn->trunk; return conn; }