mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-25 07:41:10 +01:00
Merge pull request #728 from NetImperia/patch-1
Update tcp_connecter.cpp - Crash Fix: Assertion failed: Permission denied (..\..\..\src\tcp_connecter.cpp:279) on windows 8
This commit is contained in:
commit
9d22ab1c4f
@ -279,6 +279,7 @@ zmq::fd_t zmq::tcp_connecter_t::connect ()
|
||||
err == WSAEHOSTUNREACH ||
|
||||
err == WSAENETUNREACH ||
|
||||
err == WSAENETDOWN ||
|
||||
err == WSAEACCES ||
|
||||
err == WSAEINVAL)
|
||||
return retired_fd;
|
||||
wsa_assert_no (err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user