diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-07-04 21:49:38 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-07-04 21:49:38 +0000 |
commit | bd7469c5c19b5a85b697b6bbdd7fae1a75b19575 (patch) | |
tree | 638b3b007715ce478b1d5ba244e22908122c2b45 /include | |
parent | 1f13d094d7326b589c3be69c878c7c1650be1312 (diff) |
- ircd_defs.h: increased PASSWDLEN to 128
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2365 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/ircd_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ircd_defs.h b/include/ircd_defs.h index 22e9630..8668d5b 100644 --- a/include/ircd_defs.h +++ b/include/ircd_defs.h @@ -43,7 +43,7 @@ #define PORTNAMELEN 6 /* ":31337" */ #define HOSTIPLEN 45 /* sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255") */ -#define PASSWDLEN 20 +#define PASSWDLEN 128 #define IDLEN 12 /* this is the maximum length, not the actual generated length; DO NOT CHANGE! */ #define REALLEN 50 |