]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket.h
Store durations as unsigned long not long in XLine and m_filter.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket.h
index e8dbfd7cfe208d9ce3fe2d35791279f1ac240fd9..36dd8bb93f8037688bfe2dde3b632fba84339890 100644 (file)
@@ -95,7 +95,7 @@ class TreeSocket : public BufferedSocket
        ServerState LinkState;                  /* Link state */
        CapabData* capab;                       /* Link setup data (held until burst is sent) */
        TreeServer* MyRoot;                     /* The server we are talking to */
-       int proto_version;                      /* Remote protocol version */
+       unsigned int proto_version;                     /* Remote protocol version */
 
        /** True if we've sent our burst.
         * This only changes the behavior of message translation for 1202 protocol servers and it can be