Merge in updates for the pool library.
[m6w6/libmemcached] / libmemcached / memcached.c
index 3c583502adf0afc31ae59ea9bf3d5402472a0a17..c57b257734a093401375c5804e9bb9774870f346 100644 (file)
@@ -123,6 +123,7 @@ static inline bool _memcached_init(memcached_st *self)
   self->prefix_key= NULL;
   self->configure.initial_pool_size= 1;
   self->configure.max_pool_size= 1;
+  self->configure.version= -1;
   self->configure.filename= NULL;
 
   return true;