Update cursor
[m6w6/libmemcached] / libmemcached / quit.cc
index cc75bd426f39e49b29f2438cafc4bafb95fbfccc..77924fb4930ee277bf4c3a506e8bd6d0ca78884c 100644 (file)
@@ -116,7 +116,7 @@ void memcached_quit_server(org::libmemcached::Instance* ptr, bool io_death)
   }
 
   ptr->state= MEMCACHED_SERVER_STATE_NEW;
-  ptr->cursor_active= 0;
+  ptr->cursor_active_= 0;
   ptr->io_bytes_sent= 0;
   ptr->write_buffer_offset= size_t(ptr->root and memcached_is_udp(ptr->root) ? UDP_DATAGRAM_HEADER_LENGTH : 0);
   ptr->read_buffer_length= 0;