mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-23 23:16:41 +01:00
commit
013a99daab
@ -149,7 +149,7 @@ namespace zmq
|
||||
bool stalled ()
|
||||
{
|
||||
// Check whether there was decoding error.
|
||||
if (unlikely (static_cast <T*> (this)->next == NULL))
|
||||
if (unlikely (!(static_cast <T*> (this)->next)))
|
||||
return false;
|
||||
|
||||
while (!to_read) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user