[dovecot-cvs] dovecot/src/lib env-util.c,1.9,1.10

cras at dovecot.org cras at dovecot.org
Sat Apr 16 22:44:12 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv30322/lib

Modified Files:
	env-util.c 
Log Message:
Raised initial pool sizes.



Index: env-util.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/env-util.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- env-util.c	26 Aug 2003 21:18:16 -0000	1.9
+++ env-util.c	16 Apr 2005 19:44:10 -0000	1.10
@@ -10,7 +10,7 @@
 void env_put(const char *env)
 {
 	if (pool == NULL)
-		pool = pool_alloconly_create("Environment", 1024);
+		pool = pool_alloconly_create("Environment", 2048);
 
 	if (putenv(p_strdup(pool, env)) != 0)
 		i_fatal("Environment full, can't add: %s", env);



More information about the dovecot-cvs mailing list