mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
Merge pull request #623 from ricnewton/master
Fix compile error on windows.
This commit is contained in:
commit
eccfede10d
@ -125,7 +125,7 @@ bool zmq::get_peer_ip_address (fd_t sockfd_, std::string &ip_addr_)
|
||||
wsa_assert (WSAGetLastError () != WSANOTINITIALISED &&
|
||||
WSAGetLastError () != WSAEFAULT &&
|
||||
WSAGetLastError () != WSAEINPROGRESS &&
|
||||
WSAGetLastError () != WSAENOTSOCK)
|
||||
WSAGetLastError () != WSAENOTSOCK);
|
||||
return false;
|
||||
}
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user