projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a192ab7
)
attempt to fix clang6 build error
author
Michael Wallner
<mike@php.net>
Fri, 2 Oct 2020 10:11:39 +0000
(12:11 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 2 Oct 2020 10:12:15 +0000
(12:12 +0200)
test/lib/Server.hpp
patch
|
blob
|
history
diff --git
a/test/lib/Server.hpp
b/test/lib/Server.hpp
index f37c79a5e734d6a63297864b4ea50e3d987ab6c0..b90ac8d7a4a38943695aca5a0b8ad4309b31411e 100644
(file)
--- 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;
};