From: Alan Buxey Date: Wed, 9 Sep 2015 19:40:55 +0000 (+0100) Subject: Update xlat.c X-Git-Tag: release_3_0_10~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efc3ecfdee092f4c9360866a488bfbda4a8a931c;p=thirdparty%2Ffreeradius-server.git Update xlat.c --- diff --git a/src/main/xlat.c b/src/main/xlat.c index 3dfdad9d61..b21672cea7 100644 --- a/src/main/xlat.c +++ b/src/main/xlat.c @@ -2452,7 +2452,7 @@ static size_t xlat_process(char **out, REQUEST *request, xlat_exp_t const * cons /** Replace %whatever in a string. * - * See 'doc/variables.txt' for more information. + * See 'doc/configuration/variables.txt' for more information. * * @param[out] out Where to write pointer to output buffer. * @param[in] outlen Size of out. @@ -2501,7 +2501,7 @@ static ssize_t xlat_expand(char **out, size_t outlen, REQUEST *request, char con /** Replace %whatever in a string. * - * See 'doc/variables.txt' for more information. + * See 'doc/configuration/variables.txt' for more information. * * @param[out] out Where to write pointer to output buffer. * @param[in] outlen Size of out.