]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
set the default dictionary
authorAlan T. DeKok <aland@freeradius.org>
Tue, 30 Nov 2021 17:55:23 +0000 (12:55 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 30 Nov 2021 17:55:23 +0000 (12:55 -0500)
src/modules/rlm_cache/rlm_cache.c

index f74061d9378148d987230f3bb8bcbcbc78f27a42..2b3c0b3c0e3de8f7cd2c2ce00e1e7cb5ba52c3cf 100644 (file)
@@ -1047,6 +1047,7 @@ static int mod_instantiate(module_inst_ctx_t const *mctx)
         */
        {
                tmpl_rules_t    parse_rules = {
+                       .dict_def = fr_dict_internal(),
                        .allow_foreign = true   /* Because we don't know where we'll be called */
                };