mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 21:56:25 +01:00
Revert "Merge branch 'master' of github.com:zeromq/libzmq"
This reverts commit7b10586558, reversing changes made to3345902979.
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user