mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-13 22:50:19 +02:00
Revert NULL checks in the API
This commit is contained in:
@@ -28,7 +28,7 @@ int main (int argc, char *argv [])
|
||||
{
|
||||
const char *bind_to;
|
||||
int message_count;
|
||||
ssize_t message_size;
|
||||
size_t message_size;
|
||||
void *ctx;
|
||||
void *s;
|
||||
int rc;
|
||||
|
Reference in New Issue
Block a user