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:
623e69b
)
Remove line that get un-commented out.
author
Brian Aker
<brian@tangent.org>
Sun, 2 Feb 2014 02:46:36 +0000
(
03:46
+0100)
committer
Brian Aker
<brian@tangent.org>
Sun, 2 Feb 2014 02:46:36 +0000
(
03:46
+0100)
libmemcached/connect.cc
patch
|
blob
|
history
diff --git
a/libmemcached/connect.cc
b/libmemcached/connect.cc
index b60bbd8ce61ae9768186988e6652d43743f2547d..3c82f641cb0f1f75fb12f12dceeb09ed4140b356 100644
(file)
--- a/
libmemcached/connect.cc
+++ b/
libmemcached/connect.cc
@@
-198,7
+198,7
@@
static memcached_return_t set_hostinfo(memcached_instance_st* server)
struct addrinfo hints;
memset(&hints, 0, sizeof(struct addrinfo));
- hints.ai_family= AF_
INET
;
+ hints.ai_family= AF_
UNSPEC
;
if (memcached_is_udp(server->root))
{
hints.ai_protocol= IPPROTO_UDP;