mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-11-04 12:17:39 +01:00 
			
		
		
		
	Prefer errno_assert/alloc_assert to zmq_assert
This commit is contained in:
		@@ -84,7 +84,7 @@ int zmq::lb_t::send (msg_t *msg_, int flags_)
 | 
			
		||||
        int rc = msg_->close ();
 | 
			
		||||
        errno_assert (rc == 0);
 | 
			
		||||
        rc = msg_->init ();
 | 
			
		||||
        zmq_assert (rc == 0);
 | 
			
		||||
        errno_assert (rc == 0);
 | 
			
		||||
        return 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user