]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
set head flags, too
authorAlan T. DeKok <aland@freeradius.org>
Wed, 11 May 2022 02:01:02 +0000 (22:01 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 May 2022 19:00:15 +0000 (15:00 -0400)
src/lib/unlang/xlat_tokenize.c

index af20923e907a142454375ce116bda4435518d134..8517e3ce87de8709c02d13dd044ac94c430237ab 100644 (file)
@@ -1922,6 +1922,7 @@ int xlat_from_tmpl_attr(TALLOC_CTX *ctx, xlat_exp_head_t **out, xlat_flags_t *fl
 
 done:
        head->next = node;
+       head->flags = node->flags;
        xlat_flags_merge(flags, &node->flags);
 
        *out = head;