]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
force tmpl_tokenize_all_nested
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Sep 2023 16:55:47 +0000 (12:55 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Sep 2023 16:55:47 +0000 (12:55 -0400)
src/lib/server/tmpl_tokenize.c

index 218d765431b08463ede96743bb1a41cd6cc10907..3822a9771c06ab0cb7b9cbe66d4a50d62fe88280 100644 (file)
@@ -1929,7 +1929,7 @@ do_suffix:
                         *
                         *      Flatten / nested migration hack. :(
                         */
-                       if (main_config && main_config->tmpl_tokenize_all_nested) {
+                       if (1 && main_config && main_config->tmpl_tokenize_all_nested) {
                                our_parent = da;        /* Only update the parent if we're not stripping */
 
                        } else if (ar_filter_is_none(ar) && ar_is_normal(ar)) {