From: Arran Cudbard-Bell Date: Wed, 1 Dec 2021 20:16:07 +0000 (-0600) Subject: Use correct enum X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e35762f0ad88a524617de1e36e580aa88a2b88;p=thirdparty%2Ffreeradius-server.git Use correct enum --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index 43a8e823ceb..e078f9ceb27 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -674,7 +674,7 @@ static xlat_action_t xlat_redundant_resume(TALLOC_CTX *ctx, fr_dcursor_t *out, goto done; } - if (unlang_xlat_yield(request, xlat_redundant_resume, NULL, rctx) != UNLANG_ACTION_YIELD) goto error; + if (unlang_xlat_yield(request, xlat_redundant_resume, NULL, rctx) != XLAT_ACTION_YIELD) goto error; /* * Push the next child...