Commit 4f56631f authored by Pieter Hintjens's avatar Pieter Hintjens

Fixed issue #868

parent 45b593e7
...@@ -133,7 +133,6 @@ int zmq::get_peer_ip_address (fd_t sockfd_, std::string &ip_addr_) ...@@ -133,7 +133,6 @@ int zmq::get_peer_ip_address (fd_t sockfd_, std::string &ip_addr_)
errno_assert (errno != EBADF && errno_assert (errno != EBADF &&
errno != EFAULT && errno != EFAULT &&
errno != EINVAL && errno != EINVAL &&
errno != ENOTCONN &&
errno != ENOTSOCK); errno != ENOTSOCK);
return 0; return 0;
} }
......
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