mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Replace assert with zmq_assert
This commit is contained in:
@@ -81,7 +81,7 @@ int zmq::req_t::xsend (msg_t *msg_)
|
||||
rc = dealer_t::sendpipe (&bottom, &reply_pipe);
|
||||
if (rc != 0)
|
||||
return -1;
|
||||
assert (reply_pipe);
|
||||
zmq_assert (reply_pipe);
|
||||
|
||||
message_begins = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user