Fix an error where client won't set error_message
[m6w6/libmemcached] / tests / libmemcached_world_socket.h
index 64cf55e5cf5ba0f5d6ecb6c28d76177d322d22e6..69f0a91bced921b7df3a9433769f9ecc99096f3a 100644 (file)
@@ -75,11 +75,14 @@ static void *world_create(libtest::server_startup_st& servers, test_return_t& er
 static bool world_destroy(void *object)
 {
   libmemcached_test_container_st *container= (libmemcached_test_container_st *)object;
+
+#if 0
 #if defined(LIBMEMCACHED_WITH_SASL_SUPPORT) && LIBMEMCACHED_WITH_SASL_SUPPORT
   if (LIBMEMCACHED_WITH_SASL_SUPPORT)
   {
     sasl_done();
   }
+#endif
 #endif
 
   delete container;