From: Nick Porter Date: Thu, 24 Nov 2022 17:31:37 +0000 (+0000) Subject: docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6727ec46c453942811187ffbc5534606c26180;p=thirdparty%2Ffreeradius-server.git docs --- diff --git a/src/lib/unlang/xlat_inst.c b/src/lib/unlang/xlat_inst.c index 1b9ab3918ac..d44cd4208c7 100644 --- a/src/lib/unlang/xlat_inst.c +++ b/src/lib/unlang/xlat_inst.c @@ -253,7 +253,7 @@ static xlat_inst_t *xlat_inst_alloc(xlat_exp_t *node) * @note Epehemeral xlats must not be shared between requests. * * @param[in] node to create "ephemeral" instance data for. - * @param[in] uctx UNUSED. + * @param[in] uctx event list passed to xlat thread instantiation functions. * @return * - 0 if instantiation functions were successful. * - -1 if either instantiation function failed.