]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo which shouldn't change much.
authorAlan T. DeKok <aland@freeradius.org>
Fri, 27 May 2022 19:47:08 +0000 (15:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 3 Jun 2022 11:15:44 +0000 (07:15 -0400)
src/lib/unlang/xlat_purify.c

index 872b0ef7fc3049c6684ca34206203cea7f7c5fae..d03234f17201504bc4bef6eaa2001d6fb3fb174b 100644 (file)
@@ -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;
                        }