~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to tests/libmemcached_world.h

  • Committer: Brian Aker
  • Date: 2011-04-28 00:30:03 UTC
  • mfrom: (929.1.88 libmemcached-build2)
  • Revision ID: brian@tangent.org-20110428003003-bm1qzgmg9kaawp5d
Merge in code for C++ compiling of libmemcached.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
 
134
134
  server_shutdown(construct);
135
135
 
 
136
#ifdef LIBMEMCACHED_WITH_SASL_SUPPORT
 
137
  sasl_done();
 
138
#endif
 
139
 
136
140
  return TEST_SUCCESS;
137
141
}
138
142