]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Allow local variables in subrequests
authorNick Porter <nick@portercomputing.co.uk>
Tue, 29 Apr 2025 07:32:26 +0000 (08:32 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 29 Apr 2025 07:35:53 +0000 (08:35 +0100)
src/lib/unlang/compile.c

index 0594558cae66a0b7681cd7c4f4ba00acb016a7ab..1e006f336feddccf240997106aa06fa55410c5de 100644 (file)
@@ -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;