]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use correct enum
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Dec 2021 20:16:07 +0000 (14:16 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Dec 2021 20:16:07 +0000 (14:16 -0600)
src/lib/unlang/xlat_builtin.c

index 43a8e823ceb2a65f37199c5ccddc38562b8e7618..e078f9ceb27c5152ed461580f4386975a835cf5f 100644 (file)
@@ -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...