From: Arran Cudbard-Bell Date: Fri, 24 Jun 2022 20:19:44 +0000 (-0500) Subject: Remove NULLness check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3107e0c6a6b630220428344b2b2b4c7fd1995e51;p=thirdparty%2Ffreeradius-server.git Remove NULLness check --- diff --git a/src/lib/server/tmpl_tokenize.c b/src/lib/server/tmpl_tokenize.c index 402c4bda978..9fc6fec9dcd 100644 --- a/src/lib/server/tmpl_tokenize.c +++ b/src/lib/server/tmpl_tokenize.c @@ -4479,8 +4479,6 @@ fr_slen_t tmpl_print(fr_sbuff_t *out, tmpl_t const *vpt, { fr_sbuff_t our_out = FR_SBUFF(out); - if (unlikely(!vpt)) return 0; - TMPL_VERIFY(vpt); switch (vpt->type) {