mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Revert "Remove unnecessary condition in assert"
This reverts commit 3053f7e368
.
This commit is contained in:
parent
c9926f6f24
commit
6eeaf15179
@ -916,7 +916,7 @@ void zmq::socket_base_t::xwrite_activated (pipe_t *pipe_)
|
||||
|
||||
void zmq::socket_base_t::xhiccuped (pipe_t *pipe_)
|
||||
{
|
||||
zmq_assert (false);
|
||||
zmq_assert ( options.delay_attach_on_connect == 1 );
|
||||
}
|
||||
|
||||
void zmq::socket_base_t::in_event ()
|
||||
|
Loading…
Reference in New Issue
Block a user