We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5ce5c commit aaf88cdCopy full SHA for aaf88cd
src/vmci_listener.cpp
@@ -93,7 +93,7 @@ int zmq::vmci_listener_t::set_local_address (const char *addr_)
93
_s =
94
open_socket (this->get_ctx ()->get_vmci_socket_family (), SOCK_STREAM, 0);
95
#ifdef ZMQ_HAVE_WINDOWS
96
- if (s == INVALID_SOCKET) {
+ if (_s == INVALID_SOCKET) {
97
errno = wsa_error_to_errno (WSAGetLastError ());
98
return -1;
99
}
0 commit comments