0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-31 01:43:02 +08:00

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

This commit is contained in:
Martin Sustrik 2010-09-01 07:56:04 +02:00
parent aaa07613d3
commit db73c76314

View File

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