Commit 6eeaf151 authored by Ian Barber's avatar Ian Barber

Revert "Remove unnecessary condition in assert"

This reverts commit 3053f7e3.
parent c9926f6f
......@@ -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 ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment