From: Arran Cudbard-Bell Date: Tue, 30 Nov 2021 19:15:26 +0000 (-0600) Subject: Revert "set the default dictionary" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cfc0d1ab067268465b466eee0486557faa471f;p=thirdparty%2Ffreeradius-server.git Revert "set the default dictionary" The internal dictionary isn't allowed as the default as the internal dictionary is searched in most cases. --- diff --git a/src/modules/rlm_cache/rlm_cache.c b/src/modules/rlm_cache/rlm_cache.c index 2b3c0b3c0e3..f74061d9378 100644 --- a/src/modules/rlm_cache/rlm_cache.c +++ b/src/modules/rlm_cache/rlm_cache.c @@ -1047,7 +1047,6 @@ 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 */ };