]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
used
authorAlan T. DeKok <aland@freeradius.org>
Tue, 17 May 2022 23:58:36 +0000 (19:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 17 May 2022 23:58:36 +0000 (19:58 -0400)
src/modules/rlm_eap/types/rlm_eap_gtc/rlm_eap_gtc.c

index 3fece27f7c7c4ca2b4d09d26451c7a005830f3a2..76b585489a2d6dc89ec58f0fba756d4182112e91 100644 (file)
@@ -99,7 +99,7 @@ static int auth_type_parse(UNUSED TALLOC_CTX *ctx, void *out, UNUSED void *paren
 /*
  *     Keep processing the Auth-Type until it doesn't return YIELD.
  */
-static unlang_action_t gtc_resume(rlm_rcode_t *p_result, UNUSED module_ctx_t const *mctx,  request_t *request)
+static unlang_action_t gtc_resume(rlm_rcode_t *p_result, module_ctx_t const *mctx,  request_t *request)
 {
        rlm_rcode_t     rcode;