mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Minor compile-time bug on Windows fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
1c54ce37b3
commit
a3f27400de
@ -201,7 +201,7 @@ int zmq::tcp_connecter_t::open ()
|
||||
// Enable IPv4-mapping of addresses in case it is disabled by default.
|
||||
#ifdef IPV6_V6ONLY
|
||||
if (addr.ss_family == AF_INET6) {
|
||||
#if ZMQ_HAVE_WINDOWS
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
DWORD flag = 0;
|
||||
#else
|
||||
int flag = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user