From: Arran Cudbard-Bell Date: Sun, 3 Sep 2023 17:11:04 +0000 (-0600) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee16314008308c92cfd36aff0cf78008d09e456;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index 3e04906634a..b974c65c365 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -1038,21 +1038,21 @@ static xlat_action_t xlat_func_expr(TALLOC_CTX *ctx, fr_dcursor_t *out, * Parse the input as an expression. */ if (xlat_tokenize_ephemeral_expression(rctx, - &rctx->ex, unlang_interpret_event_list(request), - &FR_SBUFF_IN(arg->vb_strvalue, arg->vb_length), - &(fr_sbuff_parse_rules_t){ - .escapes = &escape_rules - }, - &(tmpl_rules_t){ - .attr = { - .dict_def = request->dict, - .list_def = request_attr_request, - .allow_unknown = false, - .allow_unresolved = false, - .allow_foreign = false, - }, - .at_runtime = true - }) < 0) { + &rctx->ex, unlang_interpret_event_list(request), + &FR_SBUFF_IN(arg->vb_strvalue, arg->vb_length), + &(fr_sbuff_parse_rules_t){ + .escapes = &escape_rules + }, + &(tmpl_rules_t){ + .attr = { + .dict_def = request->dict, + .list_def = request_attr_request, + .allow_unknown = false, + .allow_unresolved = false, + .allow_foreign = false, + }, + .at_runtime = true + }) < 0) { RPEDEBUG("Failed parsing expansion"); error: talloc_free(rctx);