Revert NULL checks in the API

This commit is contained in:
Mikko Koppanen
2012-02-17 09:48:04 +00:00
parent c9898d2419
commit da1920d944
10 changed files with 15 additions and 69 deletions

View File

@@ -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;