From: Nick Porter Date: Tue, 5 Jul 2022 07:38:02 +0000 (+0100) Subject: ctx is used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68a2f468c587c182a18ea77a591262a853c5560;p=thirdparty%2Ffreeradius-server.git ctx is used --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index 91a40600075..c672b10dd74 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -2565,7 +2565,7 @@ static xlat_arg_parser_t const xlat_func_print_args[] = { * * @ingroup xlat_functions */ -static xlat_action_t xlat_func_print(UNUSED TALLOC_CTX *ctx, fr_dcursor_t *out, +static xlat_action_t xlat_func_print(TALLOC_CTX *ctx, fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, request_t *request, fr_value_box_list_t *in) {