From: Alan T. DeKok Date: Mon, 24 Feb 2025 21:35:09 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f18261e27705a13df35bab10e1f65fcc16c0f14;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/main/tmpl.c b/src/main/tmpl.c index c64591a752..b174cab9cf 100644 --- a/src/main/tmpl.c +++ b/src/main/tmpl.c @@ -1894,7 +1894,7 @@ VALUE_PAIR *tmpl_cursor_init(int *err, vp_cursor_t *cursor, REQUEST *request, vp * May not may not be found, but it *is* a known name. */ case TMPL_TYPE_ATTR: - if (vpt->tmpl_tag == TAG_ANY) { + if (vpt->tmpl_tag == TAG_VALUE) { if (err) *err = -1; return NULL; }