From 7548aff50b6bd45a0b8cb51885b37fce0f48d4e8 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 7 Dec 2021 18:56:48 -0500 Subject: [PATCH] shut up compiler --- src/lib/server/tmpl_eval.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/server/tmpl_eval.c b/src/lib/server/tmpl_eval.c index 9962e5b44c..78e1400311 100644 --- a/src/lib/server/tmpl_eval.c +++ b/src/lib/server/tmpl_eval.c @@ -1146,6 +1146,7 @@ fr_pair_t *tmpl_pair_cursor_init(int *err, TALLOC_CTX *ctx, tmpl_pair_cursor_ctx } list_ctx = tmpl_list_ctx(request, tmpl_list(vpt)); } + fr_assert(list_ctx != NULL); /* * Initialise the temporary cursor context -- 2.47.2