[dovecot-cvs] dovecot/src/lib-storage mailbox-tree.c,1.3,1.4

tss at dovecot.org tss at dovecot.org
Thu Mar 15 03:25:21 EET 2007


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

Modified Files:
	mailbox-tree.c 
Log Message:
Marked memory pools growing



Index: mailbox-tree.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mailbox-tree.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mailbox-tree.c	25 Nov 2006 22:17:41 -0000	1.3
+++ mailbox-tree.c	15 Mar 2007 01:25:18 -0000	1.4
@@ -15,7 +15,7 @@
 	struct mailbox_tree_context *ctx;
 	pool_t pool;
 
-	pool = pool_alloconly_create("mailbox_tree", 10240);
+	pool = pool_alloconly_create(MEMPOOL_GROWING"mailbox_tree", 10240);
 
 	ctx = p_new(pool, struct mailbox_tree_context, 1);
 	ctx->pool = pool;



More information about the dovecot-cvs mailing list