summaryrefslogtreecommitdiff
path: root/src/ip.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-15 20:35:00 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-15 20:35:00 +0100
commit5041b0bc0bce43e5b6d8b6c6264141d33f3c2a7c (patch)
treea881a3306f9e07ccd5cee12861a5372f3db8e091 /src/ip.cpp
parent7778010d76e6da534307ca3f0a3506d3d7f0ec5d (diff)
fixing the previous commit :(
Diffstat (limited to 'src/ip.cpp')
-rw-r--r--src/ip.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ip.cpp b/src/ip.cpp
index 0fb2adf..822e359 100644
--- a/src/ip.cpp
+++ b/src/ip.cpp
@@ -292,7 +292,6 @@ int zmq::resolve_ip_hostname (sockaddr_storage *addr_, socklen_t *addr_len_,
// Avoid named services due to unclear socktype, and don't pick IPv6
// addresses if we don't have a local IPv6 address configured.
- req.ai_flags = AI_NUMERICSERV | AI_ADDRCONFIG;
#if defined ZMQ_HAVE_OSX
req.ai_flags = AI_ADDRCONFIG;
#else