mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-29 08:39:42 +08:00
Merge pull request #3382 from bluca/tipc_endpoint
Problem: tipc disconnect does not work anymore
This commit is contained in:
commit
14da2ab629
@ -979,7 +979,7 @@ int zmq::socket_base_t::connect (const char *endpoint_uri_)
|
|||||||
// Save last endpoint URI
|
// Save last endpoint URI
|
||||||
paddr->to_string (_last_endpoint);
|
paddr->to_string (_last_endpoint);
|
||||||
|
|
||||||
add_endpoint (make_unconnected_connect_endpoint_pair (_last_endpoint),
|
add_endpoint (make_unconnected_connect_endpoint_pair (endpoint_uri_),
|
||||||
static_cast<own_t *> (session), newpipe);
|
static_cast<own_t *> (session), newpipe);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user