]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
node->fmt is already set above. Re-setting it mangles things
authorAlan T. DeKok <aland@freeradius.org>
Wed, 27 Apr 2022 15:52:45 +0000 (11:52 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 Apr 2022 20:57:42 +0000 (16:57 -0400)
src/lib/unlang/xlat_expr.c

index 3f322b4c2e7ba102351a26f47c1b8137b5672e81..eac448efe989165e402921da76318757ff975a45 100644 (file)
@@ -1053,11 +1053,6 @@ static ssize_t tokenize_field(TALLOC_CTX *input_ctx, xlat_exp_head_t **head, xla
         *      to resolve all the operands in the expression.
         */
 
-       /*
-        *      The xlat node identifier here is the same as the tmpl
-        *      in all cases...
-        */
-       xlat_exp_set_name_buffer_shallow(node, vpt->name);
        fr_sbuff_skip_whitespace(&our_in);
 
 done: