attempt to fix clang6 build error
authorMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 10:11:39 +0000 (12:11 +0200)
committerMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 10:12:15 +0000 (12:12 +0200)
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;
   };