From: Arran Cudbard-Bell Date: Tue, 30 Mar 2021 11:27:59 +0000 (+0100) Subject: ctx is actually used X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8861dc17335b794653a5aedb225fb70dde1dfe9f;p=thirdparty%2Ffreeradius-server.git ctx is actually used --- diff --git a/src/lib/unlang/interpret.c b/src/lib/unlang/interpret.c index 9a3d0b73a20..bdc39eaed90 100644 --- a/src/lib/unlang/interpret.c +++ b/src/lib/unlang/interpret.c @@ -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) {