]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/connection.h
Fix output corruption when host is exactly 64 chars long
[user/henk/code/inspircd.git] / include / connection.h
index 52a485f8b38de0b5724e5eb087a2df611a14df8e..6f918204d1c69c56f15b91f9e9f6f39fe1e14909 100644 (file)
@@ -32,7 +32,7 @@ class connection : public Extensible
        
        /** Hostname of connection. Not used if this is a serverrec
         */
-       char host[64];
+       char host[65];
 
        /** Stats counter for bytes inbound
         */