mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
devices are built unconditionally
This commit is contained in:
@@ -75,7 +75,7 @@ void zmq::req_t::xdetach_inpipe (class reader_t *pipe_)
|
||||
active--;
|
||||
in_pipes.swap (index, active);
|
||||
out_pipes.swap (index, active);
|
||||
if (current = active)
|
||||
if (current == active)
|
||||
current = 0;
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user