From: Arran Cudbard-Bell Date: Sat, 27 Jun 2015 22:38:58 +0000 (-0400) Subject: Note X-Git-Tag: release_3_0_9~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af2274944a9cc8a4955edcc9e78bc506238bf9d;p=thirdparty%2Ffreeradius-server.git Note --- diff --git a/src/main/connection.c b/src/main/connection.c index 23ce8a34f2c..6b43e63921d 100644 --- a/src/main/connection.c +++ b/src/main/connection.c @@ -771,6 +771,8 @@ static int fr_connection_pool_check(fr_connection_pool_t *pool) } /** Get a connection from the connection pool + * + * @note Must be called with the mutex free. * * @param[in,out] pool to reserve the connection from. * @param[in] spawn whether to spawn a new connection