]> jfr.im git - irc/gunnarbeutner/shroudbnc.git/commitdiff
Fixed some stupid reconnect bug. :p
authorGunnar Beutner <redacted>
Thu, 24 Feb 2011 20:40:32 +0000 (21:40 +0100)
committerGunnar Beutner <redacted>
Thu, 24 Feb 2011 20:40:32 +0000 (21:40 +0100)
src/User.h

index 23fd470d1ef7831b9c08c2b6936ed5766a7752dd..9d728777cd5817a3f61fe938ba9b3fe2a46a74de 100644 (file)
@@ -148,7 +148,7 @@ class SBNCAPI CUser {
 
        CVector<X509 *> m_ClientCertificates; /**< the client certificates for the user */
 
-       bool m_NextProtocolFamily; /**< which protocol family to try next */
+       int m_NextProtocolFamily; /**< which protocol family to try next */
 
        bool PersistCertificates(void);