]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "set the default dictionary"
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Nov 2021 19:15:26 +0000 (13:15 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Nov 2021 19:17:52 +0000 (13:17 -0600)
The internal dictionary isn't allowed as the default as the internal dictionary is searched in most cases.

src/modules/rlm_cache/rlm_cache.c

index 2b3c0b3c0e3de8f7cd2c2ce00e1e7cb5ba52c3cf..f74061d9378148d987230f3bb8bcbcbc78f27a42 100644 (file)
@@ -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 */
                };