From: Alan T. DeKok Date: Wed, 22 Jun 2022 18:25:01 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e993421d3812f93407d51256f6861fbc80eb29;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index 9a482d22333..36745344724 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -558,7 +558,7 @@ static xlat_action_t xlat_regex_resume(TALLOC_CTX *ctx, fr_dcursor_t *out, * concatenate it here. We escape the various untrusted inputs. */ if (fr_value_box_list_concat_as_string(NULL, agg, &rctx->list, NULL, 0, ®ex_escape_rules, - FR_VALUE_BOX_LIST_REMOVE, true) < 0) { + FR_VALUE_BOX_LIST_FREE_BOX, true) < 0) { RPEDEBUG("Failed concatenating regular expression string"); return XLAT_ACTION_FAIL; }