dovecot-1.2: Grew initial plain_auth_request pool size.

dovecot at dovecot.org dovecot at dovecot.org
Thu Feb 5 00:43:45 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/d7c8acf3213b
changeset: 8720:d7c8acf3213b
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 04 17:43:39 2009 -0500
description:
Grew initial plain_auth_request pool size.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/auth/mech-plain.c |    2 +-

diffs (12 lines):

diff -r adc64917942c -r d7c8acf3213b src/auth/mech-plain.c
--- a/src/auth/mech-plain.c	Wed Feb 04 16:00:48 2009 -0500
+++ b/src/auth/mech-plain.c	Wed Feb 04 17:43:39 2009 -0500
@@ -69,7 +69,7 @@ static struct auth_request *mech_plain_a
         struct auth_request *request;
 	pool_t pool;
 
-	pool = pool_alloconly_create("plain_auth_request", 1024);
+	pool = pool_alloconly_create("plain_auth_request", 2048);
 	request = p_new(pool, struct auth_request, 1);
 	request->pool = pool;
 	return request;


More information about the dovecot-cvs mailing list