Fix an error where client won't set error_message
[m6w6/libmemcached] / tests / libmemcached_world.h
index 6bed25a9624a5458187aa165cdd847e3eeb20083..4d4953ee724980a2261feaf4c3cfdb3d2396933e 100644 (file)
@@ -87,11 +87,13 @@ 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;