From: Alan T. DeKok Date: Tue, 25 Jan 2022 19:15:19 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e217898934d4febf8373bccc9ac8c073001bd168;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/server/tmpl.h b/src/lib/server/tmpl.h index c2f0e2f488e..299cc09dd29 100644 --- a/src/lib/server/tmpl.h +++ b/src/lib/server/tmpl.h @@ -911,7 +911,7 @@ tmpl_t *tmpl_alloc(TALLOC_CTX *ctx, tmpl_type_t type, fr_token_t quote, char c void tmpl_set_name_printf(tmpl_t *vpt, fr_token_t quote, char const *fmt, ...); -void tmpl_set_name_shallow(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len); CC_HINT(nonnull); +void tmpl_set_name_shallow(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len) CC_HINT(nonnull); void tmpl_set_name(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len);