Commit 710f38f1 authored by Pieter Hintjens's avatar Pieter Hintjens

Fixed syntax error

parent f4dbccd4
...@@ -291,7 +291,7 @@ zmq::fd_t zmq::tcp_connecter_t::connect () ...@@ -291,7 +291,7 @@ zmq::fd_t zmq::tcp_connecter_t::connect ()
errno == EHOSTUNREACH || errno == EHOSTUNREACH ||
errno == ENETUNREACH || errno == ENETUNREACH ||
errno == ENETDOWN || errno == ENETDOWN ||
errno == EINVAL) errno == EINVAL);
return retired_fd; return retired_fd;
} }
#endif #endif
......
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