]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Set the tmpl list while inserting default list ar
authorNick Porter <nick@portercomputing.co.uk>
Wed, 18 Jan 2023 19:49:37 +0000 (19:49 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Feb 2023 16:57:31 +0000 (10:57 -0600)
src/lib/server/tmpl_tokenize.c

index 4ce97f60787484094d439db113490cc6e12a638f..211e67d4e9b4e9d5858e1c45832be236ce783e17 100644 (file)
@@ -2206,6 +2206,7 @@ ssize_t tmpl_afrom_attr_substr(TALLOC_CTX *ctx, tmpl_attr_error_t *err,
                                 *      first.
                                 */
                                tmpl_attr_list_insert_head(tmpl_attr(vpt), ar);
+                               vpt->data.attribute.list = ar->ar_da;
                        }
                }
        }