]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 3 Sep 2023 17:11:04 +0000 (11:11 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 3 Sep 2023 17:12:57 +0000 (11:12 -0600)
src/lib/unlang/xlat_builtin.c

index 3e04906634a2a5c9420e75116fd3662526028127..b974c65c36592422bb902ccabfe71245c9868339 100644 (file)
@@ -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);