dovecot-2.1: Removed accidentally committed debug code

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 10 02:34:41 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/9d0873cefa08
changeset: 14661:9d0873cefa08
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 10 02:34:34 2012 +0300
description:
Removed accidentally committed debug code

diffstat:

 src/lib-master/master-service-settings-cache.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b082b8260782 -r 9d0873cefa08 src/lib-master/master-service-settings-cache.c
--- a/src/lib-master/master-service-settings-cache.c	Fri Aug 10 02:33:19 2012 +0300
+++ b/src/lib-master/master-service-settings-cache.c	Fri Aug 10 02:34:34 2012 +0300
@@ -198,7 +198,7 @@
 		/* use global settings, but add local_ip/host to hash tables
 		   so we'll find them */
 		pool = pool_alloconly_create("settings global entry", 256);
-	} else if (cache->cache_malloc_size >= /*cache->max_cache_size*/1) {
+	} else if (cache->cache_malloc_size >= cache->max_cache_size) {
 		/* free the oldest and reuse its pool */
 		pool = cache->oldest->pool;
 		setting_entry_detach(cache, cache->oldest);


More information about the dovecot-cvs mailing list