From: Arran Cudbard-Bell Date: Mon, 20 Sep 2021 22:10:48 +0000 (-0500) Subject: ...and remove the assert X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b8ac1654f7b770cc5ac2fc2cbd8b768e48dc98;p=thirdparty%2Ffreeradius-server.git ...and remove the assert --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index 58dcd501bdc..5f698b46a6d 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -4784,8 +4784,6 @@ ssize_t fr_value_box_print(fr_sbuff_t *out, fr_value_box_t const *data, fr_sbuff char buf[1024]; /* Interim buffer to use with poorly behaved printing functions */ - if (!fr_cond_assert(data->type != FR_TYPE_NULL)) return 0; - if (data->enumv && data->enumv->name) { char const *name;