X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=libmemcached%2Futil%2Fpool.c;h=948f765befc5cdda490f1ede4d548f7eb7bd1ca8;hb=04d3d4b0505dd2425260cf8bc2fe2145b17416af;hp=fd3f6ffea2c64f76c7db46c8efe9ea26703227d0;hpb=6e9731947eace4be83d553a242a44b36b3adcf22;p=awesomized%2Flibmemcached diff --git a/libmemcached/util/pool.c b/libmemcached/util/pool.c index fd3f6ffe..948f765b 100644 --- a/libmemcached/util/pool.c +++ b/libmemcached/util/pool.c @@ -125,7 +125,7 @@ memcached_pool_st *memcached_pool_create(memcached_st* mmc, uint32_t initial, ui memcached_pool_st * memcached_pool(const char *option_string, size_t option_string_length) { memcached_pool_st *self; - memcached_st *memc= memcached_create_with_options(option_string, option_string_length); + memcached_st *memc= memcached(option_string, option_string_length); if (! memc) return NULL;