From: Alan T. DeKok Date: Fri, 27 May 2022 19:47:08 +0000 (-0400) Subject: fix typo which shouldn't change much. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fddba7a9292b87f641ef097ea232edae5b1bf09e;p=thirdparty%2Ffreeradius-server.git fix typo which shouldn't change much. --- 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; }