]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use the synchronous interpreter for xlats
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 22 Mar 2021 10:31:02 +0000 (10:31 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:08:47 +0000 (16:08 +0100)
src/lib/unlang/xlat_eval.c

index ab58d550ee56cab21c45a6aef6b232371714e6ff..e3b54d22c4e007cbe89d4de77fb188362d617d09 100644 (file)
@@ -1519,7 +1519,7 @@ static char *xlat_sync_eval(TALLOC_CTX *ctx, request_t *request, xlat_exp_t cons
                                return NULL;
                        }
 
-                       switch (unlang_interpret(request)) {
+                       switch (unlang_interpret_synchronous(request)) {
                        default:
                                break;