[dovecot-cvs] dovecot/src/auth auth-digest-md5.c,1.12,1.13

cras at procontrol.fi cras at procontrol.fi
Sun Dec 22 09:52:51 EET 2002


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv30370/auth

Modified Files:
	auth-digest-md5.c 
Log Message:
Use larger initial pool size



Index: auth-digest-md5.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/auth-digest-md5.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- auth-digest-md5.c	21 Dec 2002 22:02:57 -0000	1.12
+++ auth-digest-md5.c	22 Dec 2002 07:52:49 -0000	1.13
@@ -585,7 +585,7 @@
 	Pool pool;
 	const char *challenge;
 
-	pool = pool_alloconly_create("Digest-MD5", 256);
+	pool = pool_alloconly_create("Digest-MD5", 2048);
 	auth = p_new(pool, AuthData, 1);
 	auth->pool = pool;
 




More information about the dovecot-cvs mailing list