Skip to content

Commit

Permalink
Fix function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 27, 2019
1 parent b017742 commit 4d12982
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/server/xlat_func.c
Expand Up @@ -665,9 +665,7 @@ static ssize_t xlat_foreach(TALLOC_CTX *ctx, char **out, UNUSED size_t outlen,

/** Print data as string, if possible.
*
* If attribute "Foo" is defined as "octets" it will normally
* be printed as 0x0a0a0a. The xlat "%{string:Foo}" will instead
* expand to "\n\n\n"
* Concat and cast one or more input boxes to a single output box string.
*/
static xlat_action_t xlat_func_string(TALLOC_CTX *ctx, fr_cursor_t *out,
REQUEST *request, UNUSED void const *xlat_inst, UNUSED void *xlat_thread_inst,
Expand Down

0 comments on commit 4d12982

Please sign in to comment.