Commit db73c763 authored by Martin Sustrik's avatar Martin Sustrik

assert when pipe attaches to PUB socket in process of termination -- fixed

parent aaa07613
...@@ -41,7 +41,6 @@ zmq::pub_t::~pub_t () ...@@ -41,7 +41,6 @@ zmq::pub_t::~pub_t ()
void zmq::pub_t::xattach_pipes (class reader_t *inpipe_, void zmq::pub_t::xattach_pipes (class reader_t *inpipe_,
class writer_t *outpipe_, const blob_t &peer_identity_) class writer_t *outpipe_, const blob_t &peer_identity_)
{ {
zmq_assert (!terminating);
zmq_assert (!inpipe_); zmq_assert (!inpipe_);
outpipe_->set_event_sink (this); outpipe_->set_event_sink (this);
......
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