X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=util%2Fdaemon.cc;h=683932973250f320f4d290366c2b5c7e55994f92;hb=751e342e158ae65052ce098ccd64aa54e39312db;hp=3b129d18eb6d5b3871cd2c30ebb5a2ab2406ba14;hpb=fabf488ffa687540145ca8973ceb3fb0147a858b;p=awesomized%2Flibmemcached diff --git a/util/daemon.cc b/util/daemon.cc index 3b129d18..68393297 100644 --- a/util/daemon.cc +++ b/util/daemon.cc @@ -77,7 +77,7 @@ bool daemon_is_ready(bool close_io) return false; } - if (not close_io) + if (close_io == false) { return true;; }