From: Alan T. DeKok Date: Tue, 23 Nov 2021 19:41:31 +0000 (-0500) Subject: remove check for now X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b0ec8e9f08f02fa3f6deb07f2abbade2606b939;p=thirdparty%2Ffreeradius-server.git remove check for now --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index f94f98e99d6..8d69e7b2acf 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -300,7 +300,6 @@ xlat_t *xlat_register(TALLOC_CTX *ctx, char const *name, xlat_func_t func, xlat_ * non-pure functions don't need to be async. */ fr_assert(!flags->needs_async || !flags->pure); - fr_assert(!flags->needs_resolving); return c; }