From dc3be9d628da80ce3c9d5cddb3520126b59e8852 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 2 Oct 2020 12:11:39 +0200 Subject: [PATCH] attempt to fix clang6 build error --- test/lib/Server.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/Server.hpp b/test/lib/Server.hpp index f37c79a5..b90ac8d7 100644 --- a/test/lib/Server.hpp +++ b/test/lib/Server.hpp @@ -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; }; -- 2.30.2