summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-07-04 21:49:38 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-07-04 21:49:38 +0000
commitbd7469c5c19b5a85b697b6bbdd7fae1a75b19575 (patch)
tree638b3b007715ce478b1d5ba244e22908122c2b45 /include
parent1f13d094d7326b589c3be69c878c7c1650be1312 (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.h2
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