From: Nick Porter Date: Mon, 25 Aug 2025 12:13:56 +0000 (+0100) Subject: Correct comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4daa883f82edb0f379e2e2e8f9deaa2a30de7ee;p=thirdparty%2Ffreeradius-server.git Correct comment --- diff --git a/src/lib/server/trunk.c b/src/lib/server/trunk.c index 5c916f483bb..69f3510bfa1 100644 --- a/src/lib/server/trunk.c +++ b/src/lib/server/trunk.c @@ -2905,9 +2905,9 @@ uint32_t trunk_request_count_by_connection(trunk_connection_t const *tconn, int return count; } -/** Automatically mark a connection as inactive +/** Automatically mark a connection as full * - * @param[in] tconn to potentially mark as inactive. + * @param[in] tconn to potentially mark as full. */ static inline void trunk_connection_auto_full(trunk_connection_t *tconn) {