From: Alan T. DeKok Date: Thu, 7 Nov 2024 13:07:16 +0000 (+0000) Subject: unused is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=378bf14275bccb2fd3ff1f7c9ba9629d7642b3fd;p=thirdparty%2Ffreeradius-server.git unused is used --- diff --git a/src/lib/unlang/subrequest_child.c b/src/lib/unlang/subrequest_child.c index 5f313db3277..92746932b6e 100644 --- a/src/lib/unlang/subrequest_child.c +++ b/src/lib/unlang/subrequest_child.c @@ -241,7 +241,7 @@ int unlang_subrequest_child_push_resume(request_t *child, unlang_frame_state_sub /** Function to run in the context of the parent on resumption * */ -static unlang_action_t unlang_subrequest_calculate_result(UNUSED rlm_rcode_t *p_result, UNUSED request_t *request, +static unlang_action_t unlang_subrequest_calculate_result(rlm_rcode_t *p_result, UNUSED request_t *request, unlang_stack_frame_t *frame) { unlang_frame_state_subrequest_t *state = talloc_get_type_abort(frame->state, unlang_frame_state_subrequest_t);