attempt to fix #12, #49 and #65
[awesomized/libmemcached] / libmemcached / exist.cc
index 3afb42d43ed0c306d0a0258c79378b8efe799219..5cb99e60661ee68210db150e39f09901649cfd38 100644 (file)
@@ -155,10 +155,5 @@ memcached_return_t memcached_exist_by_key(memcached_st *shell,
     rc= ascii_exist(memc, instance, key, key_length);
   }
 
-  if (memcached_fatal(rc))
-  {
-    memcached_io_reset(instance);
-  }
-
   return rc;
 }