From: Alan T. DeKok Date: Tue, 25 Oct 2022 20:26:21 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d22614d724a1cdbec8ef8e7163f1b5f6925dce1;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index 702c8dd5d47..d83dd5ad34e 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -897,7 +897,7 @@ int xlat_register_redundant(CONF_SECTION *cs) if (!args) { args = mod_func->args; } else { - fr_assert(args = mod_func->args); + fr_assert(args == mod_func->args); } MEM(xrf = talloc_zero(xr, xlat_redundant_func_t));