]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "force tmpl_tokenize_all_nested"
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Sep 2023 21:50:51 +0000 (17:50 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Sep 2023 21:50:51 +0000 (17:50 -0400)
This reverts commit 5dc2aac671c609dbfc36ec19cddbec357c5a4c5f.

Well, no.  Too late on a weekend.

src/lib/server/tmpl_tokenize.c

index 3822a9771c06ab0cb7b9cbe66d4a50d62fe88280..218d765431b08463ede96743bb1a41cd6cc10907 100644 (file)
@@ -1929,7 +1929,7 @@ do_suffix:
                         *
                         *      Flatten / nested migration hack. :(
                         */
-                       if (1 && main_config && main_config->tmpl_tokenize_all_nested) {
+                       if (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)) {