X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Flib%2FServer.hpp;h=f37c79a5e734d6a63297864b4ea50e3d987ab6c0;hb=fe7194f7d6348559fc9219d9899c9633c9de77f2;hp=bfbab812259a44ec14118fa221d577009368874f;hpb=77fcb72bd529695c88e931403dac25c130190d0c;p=m6w6%2Flibmemcached diff --git a/test/lib/Server.hpp b/test/lib/Server.hpp index bfbab812..f37c79a5 100644 --- a/test/lib/Server.hpp +++ b/test/lib/Server.hpp @@ -33,12 +33,7 @@ public: pipe = exchange(s.pipe, -1); status = exchange(s.status, 0); signalled = exchange(s.signalled, {}); -#if __clang__ && __clang_major__ <= 7 - socket_or_port = s.socket_or_port; - s.socket_or_port = 11211; -#else - socket_or_port = exchange(s.socket_or_port, 11211); -#endif + socket_or_port = exchange(s.socket_or_port, {}); output = exchange(s.output, {}); return *this; };