mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Merge pull request #1889 from spadalkar/master
This commit is contained in:
@@ -47,7 +47,7 @@ void test_system_max ()
|
|||||||
break;
|
break;
|
||||||
sockets.push_back (socket);
|
sockets.push_back (socket);
|
||||||
}
|
}
|
||||||
assert ((int) sockets.size () < no_of_sockets);
|
assert ((int) sockets.size () <= no_of_sockets);
|
||||||
|
|
||||||
// System is out of resources, further calls to zmq_socket should return NULL
|
// System is out of resources, further calls to zmq_socket should return NULL
|
||||||
for (unsigned int i = 0; i < 10; ++i) {
|
for (unsigned int i = 0; i < 10; ++i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user