]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed accidentally committed debug code
authorTimo Sirainen <tss@iki.fi>
Thu, 9 Aug 2012 23:34:34 +0000 (02:34 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 9 Aug 2012 23:34:34 +0000 (02:34 +0300)
src/lib-master/master-service-settings-cache.c

index ac4753a6654420ae6a5875bc4f71eba7eb8f98e7..5e1411b7185ec8f3e8562d2cc5c18355a4bb200d 100644 (file)
@@ -198,7 +198,7 @@ cache_add(struct master_service_settings_cache *cache,
                /* 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);