]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Set trunk in bio handle ctx
authorNick Porter <nick@portercomputing.co.uk>
Sat, 8 Feb 2025 21:44:58 +0000 (21:44 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Sat, 8 Feb 2025 21:44:58 +0000 (21:44 +0000)
src/modules/rlm_radius/bio.c

index 24dcebedf3060f97b072c4caab8b8643155f981c..38292e145d61ca79fb94f678739e087e4a057eb9 100644 (file)
@@ -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;
 }