changeset 845:98cde3d3ab1d HEAD

Use larger initial pool size
author Timo Sirainen <tss@iki.fi>
date Sun, 22 Dec 2002 09:52:49 +0200
parents bea83e599761
children 8144e1025bda
files src/auth/auth-digest-md5.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/auth-digest-md5.c	Sun Dec 22 09:50:49 2002 +0200
+++ b/src/auth/auth-digest-md5.c	Sun Dec 22 09:52:49 2002 +0200
@@ -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;