Commit 632677e8 authored by Erik Hugne's avatar Erik Hugne

ricnewton review comment

Signed-off-by: 's avatarErik Hugne <erik.hugne@ericsson.com>
parent 9d5a3793
......@@ -211,7 +211,7 @@ int zmq::socket_base_t::check_protocol (const std::string &protocol_)
// TIPC transport is only available on Linux.
#if !defined ZMQ_HAVE_LINUX
if (protocol_ = "tipc") {
if (protocol_ == "tipc") {
errno = EPROTONOSUPPORT;
return -1;
}
......
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