Skip to content

Commit

Permalink
Revert "force tmpl_tokenize_all_nested"
Browse files Browse the repository at this point in the history
This reverts commit 5dc2aac.

Well, no.  Too late on a weekend.
  • Loading branch information
alandekok committed Sep 17, 2023
1 parent 6737af4 commit 1acc492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/tmpl_tokenize.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ static inline int tmpl_attr_afrom_attr_substr(TALLOC_CTX *ctx, tmpl_attr_error_t
*
* 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)) {
Expand Down

0 comments on commit 1acc492

Please sign in to comment.