]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Fixes
[user/henk/code/inspircd.git] / include / users.h
index e1bf887bd56b6607eba2d5795c1b011ae28f34a4..d64c942801fa6f017fcca5022a8044b95def07ea 100644 (file)
@@ -193,7 +193,7 @@ class userrec : public connection
         * This is stored even if the <connect> block doesnt need a password, so that
         * modules may check it.
         */
-       char password[MAXBUF];
+       char password[64];
 
        /** User's receive queue.
         * Lines from the IRCd awaiting processing are stored here.