]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't load the RADIUS dictionary in the xlat code
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 19 Oct 2024 16:35:08 +0000 (10:35 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 19 Oct 2024 16:35:23 +0000 (10:35 -0600)
We're not a RADIUS server... and this appears to be unused

src/lib/unlang/xlat_eval.c

index 10dff0f4283c4ed1060734400c6cda63535a4e0c..3067beba4496312be1f25c95d42146f22c17db29 100644 (file)
@@ -40,11 +40,9 @@ RCSID("$Id$")
 static int instance_count = 0;
 
 static fr_dict_t const *dict_freeradius;
-static fr_dict_t const *dict_radius;
 
 static fr_dict_autoload_t xlat_eval_dict[] = {
        { .out = &dict_freeradius, .proto = "freeradius" },
-       { .out = &dict_radius, .proto = "radius" },
        { NULL }
 };