Use PRIu64 instead of %lld
[awesomized/libmemcached] / libmemcached / hosts.c
index 0836c97e02128ddaf36c07287d66d051dc046fac..4018a2581d7846865378e583b7b0eca997fadb8e 100644 (file)
@@ -69,8 +69,6 @@ memcached_return_t run_distribution(memcached_st *ptr)
     WATCHPOINT_ASSERT(0); /* We have added a distribution without extending the logic */
   }
 
-  ptr->last_disconnected_server = NULL;
-
   return MEMCACHED_SUCCESS;
 }