diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-09-01 07:56:04 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-09-01 07:56:04 +0200 |
commit | db73c76314d7109da4b400a3edb107c4eda802a2 (patch) | |
tree | bb7259e900e3e462d3a72f9464c8b91284a912f5 /src/pub.cpp | |
parent | aaa07613d3d7ff1eafcec3d38769f806fae5ac5c (diff) |
assert when pipe attaches to PUB socket in process of termination -- fixed
Diffstat (limited to 'src/pub.cpp')
-rw-r--r-- | src/pub.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |