From: Alan T. DeKok Date: Wed, 27 Apr 2022 15:52:45 +0000 (-0400) Subject: node->fmt is already set above. Re-setting it mangles things X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0f763e6b12666cb6cc6014f7216ba88c4377de;p=thirdparty%2Ffreeradius-server.git node->fmt is already set above. Re-setting it mangles things --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index 3f322b4c2e7..eac448efe98 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -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: