attempt to fix clang6 build error
[m6w6/libmemcached] / test / lib / Server.hpp
index f37c79a5e734d6a63297864b4ea50e3d987ab6c0..b90ac8d7a4a38943695aca5a0b8ad4309b31411e 100644 (file)
@@ -33,7 +33,7 @@ public:
     pipe = exchange(s.pipe, -1);
     status = exchange(s.status, 0);
     signalled = exchange(s.signalled, {});
-    socket_or_port = exchange(s.socket_or_port, {});
+    socket_or_port = exchange(s.socket_or_port, 11211);
     output = exchange(s.output, {});
     return *this;
   };