~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to tests/libmemcached_world.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:
87
87
static bool world_destroy(void *object)
88
88
{
89
89
  libmemcached_test_container_st *container= (libmemcached_test_container_st *)object;
 
90
#if 0
90
91
#if defined(LIBMEMCACHED_WITH_SASL_SUPPORT) && LIBMEMCACHED_WITH_SASL_SUPPORT
91
92
  if (LIBMEMCACHED_WITH_SASL_SUPPORT)
92
93
  {
93
94
    sasl_done();
94
95
  }
95
96
#endif
 
97
#endif
96
98
 
97
99
  delete container;
98
100