From e217898934d4febf8373bccc9ac8c073001bd168 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 25 Jan 2022 14:15:19 -0500 Subject: [PATCH] typo --- src/lib/server/tmpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/server/tmpl.h b/src/lib/server/tmpl.h index c2f0e2f488..299cc09dd2 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); -- 2.47.2