]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo in doxygen
authorAlan T. DeKok <aland@freeradius.org>
Thu, 5 Mar 2026 12:08:50 +0000 (07:08 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 5 Mar 2026 12:08:50 +0000 (07:08 -0500)
src/lib/server/util.c

index 6698738c6f010988f8a28ab538489956563a0652..cbf993c0768de18dfcebacd279738fcfe7f8fe4f 100644 (file)
@@ -82,8 +82,8 @@ void (*reset_signal(int signo, void (*func)(int)))(int)
  * Also sanitizes control chars.
  *
  * @param out Output buffer.
- * @param outlen Size of the output buffer.
  * @param in string to escape.
+ * @param len Size of the output buffer.
  */
 static ssize_t rad_filename_make_safe(char *out, char const *in, size_t len)
 {