~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to tests/libmemcached_world_socket.h

  • Committer: Continuous Integration
  • Date: 2013-10-11 10:57:29 UTC
  • mfrom: (1169.1.3 key-cleanup)
  • Revision ID: ci@tangent.org-20131011105729-icge7t4g8wr4g380
Merge lp:~brianaker/libmemcached/key-cleanup/ Build: jenkins-Libmemcached-369

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
static bool world_destroy(void *object)
76
76
{
77
77
  libmemcached_test_container_st *container= (libmemcached_test_container_st *)object;
 
78
 
 
79
#if 0
78
80
#if defined(LIBMEMCACHED_WITH_SASL_SUPPORT) && LIBMEMCACHED_WITH_SASL_SUPPORT
79
81
  if (LIBMEMCACHED_WITH_SASL_SUPPORT)
80
82
  {
81
83
    sasl_done();
82
84
  }
83
85
#endif
 
86
#endif
84
87
 
85
88
  delete container;
86
89