]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add @param for extra in client_afrom_cs() (#4914)
authorJames Jones <jejones3141@gmail.com>
Thu, 2 Mar 2023 20:09:48 +0000 (14:09 -0600)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 20:09:48 +0000 (15:09 -0500)
src/lib/server/client.c

index 2888c1bb507fd1ea5c23a4d0b1b39e64d6cf35e0..9cd2561a579f0f5901b2a13632766d6c283ba372 100644 (file)
@@ -695,6 +695,8 @@ int client_map_section(CONF_SECTION *out, CONF_SECTION const *map, client_value_
  * @param ctx to allocate new clients in.
  * @param cs to process as a client.
  * @param server_cs The virtual server that this client belongs to.
+ * @param extra 0                 allocate sizeof(fr_client_t) bytes
+ *              >sizeof(client_t) number of bytes to allocate
  * @return new fr_client_t struct.
  */
 fr_client_t *client_afrom_cs(TALLOC_CTX *ctx, CONF_SECTION *cs, CONF_SECTION *server_cs, size_t extra)