From db73c76314d7109da4b400a3edb107c4eda802a2 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 1 Sep 2010 07:56:04 +0200 Subject: assert when pipe attaches to PUB socket in process of termination -- fixed --- src/pub.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pub.cpp') diff --git a/src/pub.cpp b/src/pub.cpp index 2d0dea2..6edd991 100644 --- a/src/pub.cpp +++ b/src/pub.cpp @@ -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); -- cgit v1.2.3