mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
fixing the previous commit :(
This commit is contained in:
parent
7778010d76
commit
5041b0bc0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user