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:
bf6025d
)
Fixes a typo/oops that shows up on openbsd.
author
Monty Taylor
<mordred@inaugust.com>
Tue, 20 Jul 2010 20:29:29 +0000
(15:29 -0500)
committer
Monty Taylor
<mordred@inaugust.com>
Tue, 20 Jul 2010 20:29:29 +0000
(15:29 -0500)
clients/ms_conn.c
patch
|
blob
|
history
diff --git
a/clients/ms_conn.c
b/clients/ms_conn.c
index 005879bdaaed7a994df109a7493fe82565a3fe0c..82016e1fef60c3c557dfd45e4cb0827ebac10cc4 100644
(file)
--- a/
clients/ms_conn.c
+++ b/
clients/ms_conn.c
@@
-800,7
+800,7
@@
static int ms_network_connect(ms_conn_t *c,
#ifdef AI_ADDRCONFIG
hints.ai_flags= AI_PASSIVE | AI_ADDRCONFIG;
#else
-
+
hints.ai_flags= AI_PASSIVE;
+ hints.ai_flags= AI_PASSIVE;
#endif /* AI_ADDRCONFIG */
if (is_udp)
{