From: Alan T. DeKok Date: Sun, 9 Mar 2025 13:29:53 +0000 (-0400) Subject: tmpl may not be an attribute X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0768aa8ec9b0030a8cef5187c9a3ca08fa331054;p=thirdparty%2Ffreeradius-server.git tmpl may not be an attribute --- diff --git a/src/lib/server/tmpl_tokenize.c b/src/lib/server/tmpl_tokenize.c index baf5fac65d..0dd5be4635 100644 --- a/src/lib/server/tmpl_tokenize.c +++ b/src/lib/server/tmpl_tokenize.c @@ -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; }