Commit 2faa4c48 authored by Sergey KHripchenko's avatar Sergey KHripchenko

stupid bug. I feel ashamed ^)

parent 2eb6b32e
...@@ -62,7 +62,7 @@ int zmq::address_t::to_string (std::string &addr_) ...@@ -62,7 +62,7 @@ int zmq::address_t::to_string (std::string &addr_)
#if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS #if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS
else if (protocol == "ipc") { else if (protocol == "ipc") {
if (resolved.ipc_addr) { if (resolved.ipc_addr) {
return resolved.tcp_addr->to_string(addr_); return resolved.ipc_addr->to_string(addr_);
} }
} }
#endif #endif
......
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