summaryrefslogtreecommitdiff
path: root/memcache/apr_memcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'memcache/apr_memcache.c')
-rw-r--r--memcache/apr_memcache.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/memcache/apr_memcache.c b/memcache/apr_memcache.c
index 18806281a..52e29e19e 100644
--- a/memcache/apr_memcache.c
+++ b/memcache/apr_memcache.c
@@ -435,6 +435,11 @@ APR_DECLARE(apr_status_t) apr_memcache_server_create(apr_pool_t *p,
return rv;
}
+ server->min = min;
+ server->smax = smax;
+ server->max = max;
+ server->ttl = ttl;
+
apr_reslist_cleanup_order_set(server->conns, APR_RESLIST_CLEANUP_FIRST);
#else
rv = mc_conn_construct((void**)&(server->conn), server, np);