From: Nick Porter Date: Fri, 9 Feb 2024 16:32:54 +0000 (+0000) Subject: Use new xlat function syntax X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b50d881f1d2bb6c62d71f2d36e8b53b42719f7d;p=thirdparty%2Ffreeradius-server.git Use new xlat function syntax --- diff --git a/src/modules/rlm_winbind/rlm_winbind.c b/src/modules/rlm_winbind/rlm_winbind.c index 4e96f11e0a4..714a220184b 100644 --- a/src/modules/rlm_winbind/rlm_winbind.c +++ b/src/modules/rlm_winbind/rlm_winbind.c @@ -266,7 +266,7 @@ error: /** Check if the user is a member of a particular winbind group * @verbatim -%{winbind.group:} +%winbind.group() @endverbatim * * @ingroup xlat_functions @@ -352,7 +352,7 @@ static int mod_bootstrap(module_inst_ctx_t const *mctx) xlat_t *xlat; /* - * Define the new %{winbind.group:name} xlat. The register + * Define the %winbind.group(name) xlat. The register * function automatically adds the module instance name * as a prefix. */