]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
unused is used
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Nov 2024 13:07:16 +0000 (13:07 +0000)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Nov 2024 13:07:16 +0000 (13:07 +0000)
src/lib/unlang/subrequest_child.c

index 5f313db3277a8b781136a022498c477677ac56a8..92746932b6e2ed7a89f82add5bca019563080f95 100644 (file)
@@ -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);