mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 21:56:25 +01:00
Replace assert with zmq_assert
This commit is contained in:
@@ -125,7 +125,7 @@ int zmq::proxy (
|
||||
else {
|
||||
// This is an API error, we should assert
|
||||
puts ("E: invalid command sent to proxy");
|
||||
assert (false);
|
||||
zmq_assert (false);
|
||||
}
|
||||
}
|
||||
// Process a request
|
||||
|
||||
Reference in New Issue
Block a user