dovecot-2.2: dsync: Mark mailbox tree memory pool as "growing" t...

dovecot at dovecot.org dovecot at dovecot.org
Fri Dec 14 15:35:25 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/9f332e29836d
changeset: 15468:9f332e29836d
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 14 15:34:00 2012 +0200
description:
dsync: Mark mailbox tree memory pool as "growing" to avoid warnings.

diffstat:

 src/doveadm/dsync/dsync-mailbox-tree.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 467cf7e5a616 -r 9f332e29836d src/doveadm/dsync/dsync-mailbox-tree.c
--- a/src/doveadm/dsync/dsync-mailbox-tree.c	Fri Dec 14 15:32:43 2012 +0200
+++ b/src/doveadm/dsync/dsync-mailbox-tree.c	Fri Dec 14 15:34:00 2012 +0200
@@ -24,7 +24,7 @@
 
 	i_assert(sep != '\0');
 
-	pool = pool_alloconly_create("dsync mailbox tree", 4096);
+	pool = pool_alloconly_create(MEMPOOL_GROWING"dsync mailbox tree", 4096);
 	tree = p_new(pool, struct dsync_mailbox_tree, 1);
 	tree->pool = pool;
 	tree->sep = tree->sep_str[0] = sep;


More information about the dovecot-cvs mailing list