]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 25 Oct 2022 20:26:21 +0000 (16:26 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 26 Oct 2022 16:31:00 +0000 (12:31 -0400)
src/lib/unlang/xlat_builtin.c

index 702c8dd5d4772bd51dad8565143a60a37d272728..d83dd5ad34e7dec80bf4a34ea71b36ccf450c840 100644 (file)
@@ -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));