~dave-terei/libmemcached/sasl-fixes

« back to all changes in this revision

Viewing changes to util/daemon.cc

Update libtest/associated tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    return false;
78
78
  }
79
79
 
80
 
  if (not close_io)
 
80
  if (close_io == false)
81
81
  {
82
82
    return true;;
83
83
  }