mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
stupid bug. I feel ashamed ^)
This commit is contained in:
parent
2eb6b32ef7
commit
2faa4c487f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user