Commit 9d22ab1c authored by Pieter Hintjens's avatar Pieter Hintjens

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
parents 2a03d541 c75ed69a
......@@ -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