From: Alan T. DeKok Date: Tue, 17 May 2022 23:58:36 +0000 (-0400) Subject: used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2194d06bbb254359747c7d277d462db21e8f1fd;p=thirdparty%2Ffreeradius-server.git used --- diff --git a/src/modules/rlm_eap/types/rlm_eap_gtc/rlm_eap_gtc.c b/src/modules/rlm_eap/types/rlm_eap_gtc/rlm_eap_gtc.c index 3fece27f7c7..76b585489a2 100644 --- a/src/modules/rlm_eap/types/rlm_eap_gtc/rlm_eap_gtc.c +++ b/src/modules/rlm_eap/types/rlm_eap_gtc/rlm_eap_gtc.c @@ -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;