mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-31 01:43:02 +08:00
Fixed syntax error
This commit is contained in:
parent
f4dbccd4fb
commit
710f38f1cc
@ -291,7 +291,7 @@ zmq::fd_t zmq::tcp_connecter_t::connect ()
|
||||
errno == EHOSTUNREACH ||
|
||||
errno == ENETUNREACH ||
|
||||
errno == ENETDOWN ||
|
||||
errno == EINVAL)
|
||||
errno == EINVAL);
|
||||
return retired_fd;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user