Commit c75ed69a authored by NetImperia's avatar NetImperia

Update tcp_connecter.cpp

Crash Fix: Assertion failed: Permission denied (..\..\..\src\tcp_connecter.cpp:279) on windows 8
parent 2a03d541
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment