From: Alan T. DeKok Date: Wed, 6 Mar 2024 16:28:35 +0000 (-0500) Subject: uctx is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0aa38412ddcbccaf9891ee7af07c3d1a0cc96e;p=thirdparty%2Ffreeradius-server.git uctx is used --- diff --git a/src/lib/io/worker.c b/src/lib/io/worker.c index 9295110077f..5c5590ae3b8 100644 --- a/src/lib/io/worker.c +++ b/src/lib/io/worker.c @@ -1199,7 +1199,7 @@ static void _worker_request_done_detached(request_t *request, UNUSED rlm_rcode_t /** Make us responsible for running the request * */ -static void _worker_request_detach(request_t *request, UNUSED void *uctx) +static void _worker_request_detach(request_t *request, void *uctx) { fr_worker_t *worker = talloc_get_type_abort(uctx, fr_worker_t);