From: Nick Porter Date: Tue, 29 Apr 2025 07:32:26 +0000 (+0100) Subject: Allow local variables in subrequests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=142a89d6482fd6f704f3d49aead70e62ce75c5df;p=thirdparty%2Ffreeradius-server.git Allow local variables in subrequests --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index 0594558cae..1e006f336f 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -1575,6 +1575,7 @@ static int compile_variable(unlang_t *parent, unlang_compile_t *unlang_ctx, CONF case UNLANG_TYPE_LIMIT: case UNLANG_TYPE_POLICY: case UNLANG_TYPE_REDUNDANT: + case UNLANG_TYPE_SUBREQUEST: case UNLANG_TYPE_LOAD_BALANCE: case UNLANG_TYPE_REDUNDANT_LOAD_BALANCE: break;