From: Arran Cudbard-Bell Date: Thu, 5 Mar 2020 00:26:00 +0000 (-0600) Subject: trunk: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda0eff2e6421b9ed47cb3db2edb0fdbf60a8a79;p=thirdparty%2Ffreeradius-server.git trunk: Typo --- diff --git a/src/lib/server/trunk.h b/src/lib/server/trunk.h index 7ce99edc296..71127486999 100644 --- a/src/lib/server/trunk.h +++ b/src/lib/server/trunk.h @@ -78,7 +78,7 @@ typedef enum { FR_TRUNK_CONN_HALTED = 0x0000, //!< Halted, ready to be freed. FR_TRUNK_CONN_INIT = 0x0001, //!< In the initial state. FR_TRUNK_CONN_CONNECTING = 0x0002, //!< Connection is connecting. - FR_TRUNK_CONN_ACTIVE = 0x0003, //!< Connection is connected and ready to service requests. + FR_TRUNK_CONN_ACTIVE = 0x0004, //!< Connection is connected and ready to service requests. ///< This is active and not 'connected', because a connection ///< can be 'connected' and 'full' or 'connected' and 'active'. FR_TRUNK_CONN_FAILED = 0x0008, //!< Connection failed. We now wait for it to enter the