projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
9a7cf6f
)
tests: fix udp tests
author
Michael Wallner
<mike@php.net>
Tue, 7 Jan 2020 21:15:07 +0000
(22:15 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 7 Jan 2020 21:22:24 +0000
(22:22 +0100)
libtest/memcached.cc
patch
|
blob
|
history
diff --git
a/libtest/memcached.cc
b/libtest/memcached.cc
index 15fcbffa834722fd09b093b59bc3dd79092e811b..e35166205599cf830d35780e44aa072fddf11869 100644
(file)
--- a/
libtest/memcached.cc
+++ b/
libtest/memcached.cc
@@
-156,7
+156,8
@@
public:
{
char buffer[30];
snprintf(buffer, sizeof(buffer), "%d", int(arg));
- app.add_option("-p", buffer);
+ app.add_option("-p", buffer);
+ app.add_option("-U", buffer);
}
bool has_port_option() const