mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
parent
d2ee38acfe
commit
4824237761
@ -223,7 +223,7 @@ void zmq::session_base_t::clean_pipes ()
|
||||
msg_t msg;
|
||||
int rc = msg.init ();
|
||||
errno_assert (rc == 0);
|
||||
if (!pull_msg (&msg)) {
|
||||
if (pull_msg (&msg) != 0) {
|
||||
zmq_assert (!incomplete_in);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user