From: Alan T. DeKok Date: Thu, 2 Dec 2021 13:34:44 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=392616fa06a4bb48107581092e7aee4a44bf874e;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index 5565817c4a7..3f147eaa588 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -1593,7 +1593,7 @@ static xlat_action_t xlat_eval_resume(UNUSED TALLOC_CTX *ctx, UNUSED fr_dcursor_ UNUSED request_t *request, UNUSED fr_value_box_list_t *in) { xlat_eval_rctx_t *rctx = talloc_get_type_abort(xctx->rctx, xlat_eval_rctx_t); - xlat_action_t *xa = rctx->last_success ? XLAT_ACTION_DONE : XLAT_ACTION_YIELD; + xlat_action_t xa = rctx->last_success ? XLAT_ACTION_DONE : XLAT_ACTION_YIELD; talloc_free(rctx);