X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusers.h;h=d64c942801fa6f017fcca5022a8044b95def07ea;hb=6279a01bf5b6da48bedfdfe2d39dde69e46ae401;hp=e1bf887bd56b6607eba2d5795c1b011ae28f34a4;hpb=653638c68684ec035fd58bc2d0d91c9bf9aa2ab9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/users.h b/include/users.h index e1bf887bd..d64c94280 100644 --- a/include/users.h +++ b/include/users.h @@ -193,7 +193,7 @@ class userrec : public connection * This is stored even if the 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.