From: Alan T. DeKok Date: Tue, 30 Nov 2021 17:55:23 +0000 (-0500) Subject: set the default dictionary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80bff8e11d5165bfd4d10269c00cea911143c384;p=thirdparty%2Ffreeradius-server.git set the default dictionary --- diff --git a/src/modules/rlm_cache/rlm_cache.c b/src/modules/rlm_cache/rlm_cache.c index f74061d9378..2b3c0b3c0e3 100644 --- a/src/modules/rlm_cache/rlm_cache.c +++ b/src/modules/rlm_cache/rlm_cache.c @@ -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 */ };