summaryrefslogtreecommitdiff
path: root/tests/libmemcached_world_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libmemcached_world_socket.h')
-rw-r--r--tests/libmemcached_world_socket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libmemcached_world_socket.h b/tests/libmemcached_world_socket.h
index 64cf55e5..69f0a91b 100644
--- a/tests/libmemcached_world_socket.h
+++ b/tests/libmemcached_world_socket.h
@@ -75,12 +75,15 @@ 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;