From: Arran Cudbard-Bell Date: Thu, 25 Feb 2021 20:43:09 +0000 (+0000) Subject: Typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b101afd0e4afe22bc81b7dd210bd5eb5f561d9e;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/unlang/tmpl.c b/src/lib/unlang/tmpl.c index c45fe0c908c..cde3de777da 100644 --- a/src/lib/unlang/tmpl.c +++ b/src/lib/unlang/tmpl.c @@ -141,7 +141,7 @@ int unlang_tmpl_push(TALLOC_CTX *ctx, fr_value_box_t **out, request_t *request, *ut = (unlang_tmpl_t){ .self = tmpl_instruction, .tmpl = tmpl - } + }; /* * Push a new tmpl frame onto the stack