X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.cc;h=61f8e9835cb29f9e48c6e613a8b8609a6c2d97ab;hb=303f0aafd224cdb5d27c717661c34eaf1eaf4cae;hp=99991209dc2703297ec5c38838bfcb5351a511ad;hpb=25efe3485198149616820ab4e52d2f18f0abe5a7;p=awesomized%2Flibmemcached diff --git a/libtest/server.cc b/libtest/server.cc index 99991209..61f8e983 100644 --- a/libtest/server.cc +++ b/libtest/server.cc @@ -99,7 +99,8 @@ Server::Server(const std::string& host_arg, const in_port_t port_arg, _is_socket(is_socket_arg), _port(port_arg), _hostname(host_arg), - _app(executable, _is_libtool) + _app(executable, _is_libtool), + out_of_ban_killed_(false) { } @@ -111,7 +112,6 @@ bool Server::check() { _app.slurp(); _app.check(); - return true; } @@ -401,6 +401,7 @@ bool Server::set_log_file() bool Server::args(Application& app) { + // Set a log file if it was requested (and we can) if (has_log_file_option()) {