From: Alan T. DeKok Date: Mon, 13 May 2024 14:59:29 +0000 (-0400) Subject: update doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a8556ecc6c568c4fc6af63d552b4057afe37641;p=thirdparty%2Ffreeradius-server.git update doxygen --- diff --git a/src/lib/bio/mem.c b/src/lib/bio/mem.c index e916be9b948..d1e2206d76a 100644 --- a/src/lib/bio/mem.c +++ b/src/lib/bio/mem.c @@ -653,7 +653,7 @@ static bool fr_bio_mem_buf_alloc(fr_bio_mem_t *my, fr_bio_buf_t *buf, size_t siz * * @param ctx the talloc ctx * @param read_size size of the read buffer. Must be 1024..1^20 - * @param write_size size of the write buffer. Must be 1024..1^20 + * @param write_size size of the write buffer. Can be zero. If non-zero, must be 1024..1^20 * @param next the next bio which will perform the underlying reads and writes. * - NULL on error, memory allocation failed * - !NULL the bio