]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct comment
authorNick Porter <nick@portercomputing.co.uk>
Mon, 25 Aug 2025 12:13:56 +0000 (13:13 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 25 Aug 2025 13:56:14 +0000 (14:56 +0100)
src/lib/server/trunk.c

index 5c916f483bbfa8016758056c9695463bf79d9dab..69f3510bfa1cc2908e7e55ba7934bb485f302209 100644 (file)
@@ -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)
 {