Update cursor
[m6w6/libmemcached] / libmemcached / stats.cc
index 662edafb66c44055f207bd313f7f84d7b9455fe3..ab00d4b8051363f891a6853f743d10db61c15619 100644 (file)
@@ -428,7 +428,7 @@ static memcached_return_t binary_stats_fetch(memcached_stat_st *memc_stat,
    * memcached_response will decrement the counter, so I need to reset it..
    * todo: look at this and try to find a better solution.  
    * */
-  instance->cursor_active= 0;
+  instance->cursor_active_= 0;
 
   return MEMCACHED_SUCCESS;
 }