]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
load the library for the internal dictionary, too
authorAlan T. DeKok <aland@freeradius.org>
Tue, 10 Aug 2021 13:43:10 +0000 (09:43 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 10 Aug 2021 15:13:38 +0000 (11:13 -0400)
src/lib/util/dict_tokenize.c

index 8cf6102adffdcc029398205e2016f4bd71d764aa..228b486cd195679152ad3e4d95f7a314cfa64066 100644 (file)
@@ -2426,6 +2426,8 @@ int fr_dict_internal_afrom_file(fr_dict_t **out, char const *dict_subdir, char c
                dict_dependent_add(dict, "global");
        }
 
+       if (dict_dlopen(dict, "internal") < 0) goto error;
+
        *out = dict;
 
        return 0;