]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Wed, 22 Jun 2022 18:25:01 +0000 (14:25 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 23 Jun 2022 12:50:43 +0000 (08:50 -0400)
src/lib/unlang/xlat_expr.c

index 9a482d22333d73458946db48abbff8e5709860c4..367453447246fd7d7ae78bb493537f8a9a9b0cf3 100644 (file)
@@ -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, &regex_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;
        }