From bd7469c5c19b5a85b697b6bbdd7fae1a75b19575 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 4 Jul 2013 21:49:38 +0000 Subject: - 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 --- include/ircd_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit