]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
trunk: Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 5 Mar 2020 00:26:00 +0000 (18:26 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 5 Mar 2020 00:26:00 +0000 (18:26 -0600)
src/lib/server/trunk.h

index 7ce99edc2967987678ea02032a966222e6b643e1..71127486999c35dda1382a447aa4148e13e11414 100644 (file)
@@ -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