]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ctx is used
authorNick Porter <nick@portercomputing.co.uk>
Tue, 5 Jul 2022 07:38:02 +0000 (08:38 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 5 Jul 2022 07:38:02 +0000 (08:38 +0100)
src/lib/unlang/xlat_builtin.c

index 91a406000753ba7b9fb2f0488343ea131e908bb2..c672b10dd74edb2af9042746cbcb704ec32d3c2a 100644 (file)
@@ -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)
 {