mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Use full endpoint string in monitor response
The endpoint was excluding the tcp://, causing tests to fail
This commit is contained in:
parent
94835581a4
commit
95c018c0d3
@ -223,7 +223,7 @@ int zmq::tcp_listener_t::set_address (const char *addr_)
|
||||
goto error;
|
||||
#endif
|
||||
|
||||
socket->monitor_event (ZMQ_EVENT_LISTENING, addr_, s);
|
||||
socket->monitor_event (ZMQ_EVENT_LISTENING, endpoint.c_str(), s);
|
||||
return 0;
|
||||
|
||||
error:
|
||||
|
Loading…
Reference in New Issue
Block a user