From 83f769e48b4abac610d02d8c17c44985689d952f Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Tue, 7 Jul 2009 09:04:24 +0000 Subject: [PATCH] typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27979 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/CachePlugins/DistributedRamCache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/CachePlugins/DistributedRamCache.py b/product/ERP5Type/CachePlugins/DistributedRamCache.py index aa0c2cc88e..64c2a5eca1 100644 --- a/product/ERP5Type/CachePlugins/DistributedRamCache.py +++ b/product/ERP5Type/CachePlugins/DistributedRamCache.py @@ -79,7 +79,7 @@ class DistributedRamCache(BaseCache): debug=self._debug_level, server_max_key_length=self._server_max_key_length, server_max_value_length=self._server_max_value_length) - connection_pool[thread_id] = memcache_conn + connection_pool[thread_id] = memcache_conn return memcache_conn else: ## we have memcache_conn for this thread -- 2.30.9