]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
UNUSED compiler complaint
authorAlan T. DeKok <aland@freeradius.org>
Thu, 22 Jun 2023 17:53:58 +0000 (13:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 22 Jun 2023 18:09:22 +0000 (14:09 -0400)
src/modules/rlm_ldap/groups.c

index a8f365c6a33dd20eabef5e3bd333a91a530c2f71..38e7ada693923b01634549e3f53fdfcb5e747aa3 100644 (file)
@@ -880,7 +880,7 @@ static void ldap_dn2name_cancel(UNUSED request_t *request, UNUSED fr_signal_t ac
  * Used when the user's DN is already known but cached group membership has not been stored
  *
  */
-static unlang_action_t ldap_check_userobj_start(UNUSED rlm_rcode_t *p_result, UNUSED int *priority,
+static unlang_action_t ldap_check_userobj_start(rlm_rcode_t *p_result, UNUSED int *priority,
                                                request_t *request, void *uctx)
 {
        ldap_group_userobj_dyn_ctx_t    *group_ctx = talloc_get_type_abort(uctx, ldap_group_userobj_dyn_ctx_t);