X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.h;h=7ec3096cf6e9372ed7dc0f97ab108486d1d833a2;hb=0ce6b69e0f8e25e50bd878678b1444651093bac4;hp=f27ce08f7455066598b6ac333b7eef079cdcc1a9;hpb=bf755bec1cd09fad086a47650c1a725c9fbc7eb1;p=m6w6%2Flibmemcached diff --git a/libtest/server.h b/libtest/server.h index f27ce08f..7ec3096c 100644 --- a/libtest/server.h +++ b/libtest/server.h @@ -232,7 +232,7 @@ public: bool is_socket() const { - return _hostname[0] == '/'; + return _is_socket; } const std::string running() const