From: Alan T. DeKok Date: Fri, 25 Nov 2022 20:51:07 +0000 (-0500) Subject: update docs to match code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=605f41e4eff9fd1540ea4f9fc57a4cfa070f8018;p=thirdparty%2Ffreeradius-server.git update docs to match code --- diff --git a/src/lib/unlang/module.c b/src/lib/unlang/module.c index 141cf1b140b..bac24c94519 100644 --- a/src/lib/unlang/module.c +++ b/src/lib/unlang/module.c @@ -439,7 +439,7 @@ int unlang_module_set_resume(request_t *request, unlang_module_resume_t resume) * @param[in] signal function to call if a signal is received. * @param[in] rctx to pass to the resume() and signal() callbacks. * @return - * - UNLANG_ACTION_YIELD + * - UNLANG_ACTION_PUSHED_CHILD */ unlang_action_t unlang_module_yield_to_xlat(TALLOC_CTX *ctx, bool *p_success, FR_DLIST_HEAD(fr_value_box_list) *out, request_t *request, xlat_exp_head_t const *exp, @@ -485,7 +485,7 @@ unlang_action_t unlang_module_yield_to_xlat(TALLOC_CTX *ctx, bool *p_success, FR * @param[in] signal function to call if a signal is received. * @param[in] rctx to pass to the resume() and signal() callbacks. * @return - * - UNLANG_ACTION_YIELD + * - UNLANG_ACTION_PUSHED_CHILD */ unlang_action_t unlang_module_yield_to_tmpl(TALLOC_CTX *ctx, FR_DLIST_HEAD(fr_value_box_list) *out, request_t *request, tmpl_t const *vpt,