~vbernat/libmemcached/fix-memaslap-tps

« back to all changes in this revision

Viewing changes to libmemcachedutil/ping.cc

  • Committer: Continuous Integration
  • Date: 2013-06-14 17:10:51 UTC
  • mfrom: (1104.1.7 libmemcached)
  • Revision ID: ci@tangent.org-20130614171051-3bz9urmntb38uaou
Merge lp:~brianaker/libmemcached/update-1.2 Build: jenkins-Libmemcached-312

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  if (not ret)
93
93
    ret= &unused;
94
94
 
95
 
  if (LIBMEMCACHED_WITH_SASL_SUPPORT == 0)
 
95
  if (libmemcached_has_feature(LIBMEMCACHED_FEATURE_HAS_SASL) == false)
96
96
  {
97
97
    *ret= MEMCACHED_NOT_SUPPORTED;
98
98
    return false;