Commit a1e70f29 authored by Martin Sustrik's avatar Martin Sustrik

ZMQII-52: Asserion during reconnection

parent 528610ff
......@@ -118,8 +118,7 @@ class zmq::socket_base_t *zmq::zmq_init_t::get_owner ()
uint64_t zmq::zmq_init_t::get_ordinal ()
{
zmq_assert (false);
return 0;
return session_ordinal;
}
void zmq::zmq_init_t::process_plug ()
......
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