]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ctx is actually used
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Mar 2021 11:27:59 +0000 (12:27 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Mar 2021 11:27:59 +0000 (12:27 +0100)
src/lib/unlang/interpret.c

index 9a3d0b73a2031201e88732c93222607ad6aa9acb..bdc39eaed904be5c692eb6c30eec6157a7e1e919 100644 (file)
@@ -1247,7 +1247,7 @@ static xlat_arg_parser_t const unlang_interpret_xlat_args[] = {
  *
  * @ingroup xlat_functions
  */
-static xlat_action_t unlang_interpret_xlat(UNUSED TALLOC_CTX *ctx, fr_dcursor_t *out, request_t *request,
+static xlat_action_t unlang_interpret_xlat(TALLOC_CTX *ctx, fr_dcursor_t *out, request_t *request,
                                           UNUSED void const *xlat_inst, UNUSED void *xlat_thread_inst,
                                           fr_value_box_list_t *in)
 {