Unverified Commit 14da2ab6 authored by Simon Giesecke's avatar Simon Giesecke Committed by GitHub

Merge pull request #3382 from bluca/tipc_endpoint

Problem: tipc disconnect does not work anymore
parents c28cbf76 0411bc15
......@@ -979,7 +979,7 @@ int zmq::socket_base_t::connect (const char *endpoint_uri_)
// Save last endpoint URI
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);
return 0;
}
......
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