Remove requirements for rpm that were unused.
[awesomized/libmemcached] / libtest / server.h
index f27ce08f7455066598b6ac333b7eef079cdcc1a9..fa5240569f8531020d590b8fa757260474ff5980 100644 (file)
@@ -232,7 +232,7 @@ public:
 
   bool is_socket() const
   {
-    return _hostname[0] == '/';
+    return _is_socket;
   }
 
   const std::string running() const
@@ -281,5 +281,3 @@ private:
 std::ostream& operator<<(std::ostream& output, const libtest::Server &arg);
 
 } // namespace libtest
-
-