From fddba7a9292b87f641ef097ea232edae5b1bf09e Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 27 May 2022 15:47:08 -0400 Subject: [PATCH] fix typo which shouldn't change much. --- src/lib/unlang/xlat_purify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/unlang/xlat_purify.c b/src/lib/unlang/xlat_purify.c index 872b0ef7fc3..d03234f1720 100644 --- a/src/lib/unlang/xlat_purify.c +++ b/src/lib/unlang/xlat_purify.c @@ -113,7 +113,7 @@ static int xlat_purify_list(xlat_exp_head_t *head, request_t *request) fr_assert(node->flags.pure); fr_value_box_list_init(&list); - if (unlang_xlat_push_node(node->call.args, &success, &list, request, node) < 0) { + if (unlang_xlat_push_node(head, &success, &list, request, node) < 0) { return -1; } -- 2.47.3