Revert "Merge branch 'master' of github.com:zeromq/libzmq"

This reverts commit 7b10586558, reversing
changes made to 3345902979.
This commit is contained in:
Ian Barber
2012-06-12 14:12:03 +01:00
parent 6117a2b099
commit dde69fb9fb
6 changed files with 18 additions and 46 deletions

View File

@@ -52,7 +52,8 @@ zmq::ipc_listener_t::ipc_listener_t (io_thread_t *io_thread_,
zmq::ipc_listener_t::~ipc_listener_t ()
{
zmq_assert (s == retired_fd);
if (s != retired_fd)
close ();
}
void zmq::ipc_listener_t::process_plug ()