ricnewton review comment

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
This commit is contained in:
Erik Hugne
2013-11-01 11:17:10 +01:00
parent 9d5a379331
commit 632677e805

View File

@@ -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;
}