From: Alan T. DeKok Date: Mon, 10 Mar 2025 02:18:38 +0000 (-0400) Subject: copy literals_safe_for X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cd3bb8d7801ab16ebe80cde13d9f7b2de758d3;p=thirdparty%2Ffreeradius-server.git copy literals_safe_for --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index b10198a911..5a821f1c3b 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -3578,8 +3578,9 @@ static unlang_t *compile_if_subsection(unlang_t *parent, unlang_compile_t *unlan .dict_def = xr_rules.tr_rules->dict_def, .list_def = request_attr_request, .allow_unresolved = true, - .allow_unknown = true - } + .allow_unknown = true, + }, + .literals_safe_for = unlang_ctx->rules->literals_safe_for, }; fr_sbuff_parse_rules_t p_rules = { };