]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
tmpl may not be an attribute
authorAlan T. DeKok <aland@freeradius.org>
Sun, 9 Mar 2025 13:29:53 +0000 (09:29 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 9 Mar 2025 13:29:53 +0000 (09:29 -0400)
src/lib/server/tmpl_tokenize.c

index baf5fac65d744a388ab62dd42a7b8073036d503a..0dd5be463574fe7971dc43e45e55f36896897cf8 100644 (file)
@@ -3670,7 +3670,7 @@ tmpl_t *tmpl_copy(TALLOC_CTX *ctx, tmpl_t const *in)
                if (unlikely(xlat_copy(vpt, vpt->data.xlat.ex, in->data.xlat.ex) < 0)) goto error;
        }
 
-       TMPL_ATTR_VERIFY(vpt);
+       TMPL_VERIFY(vpt);
 
        return vpt;
 }