main() is exptected to return a value

This commit is contained in:
Björn Ketelaars
2015-09-19 17:08:47 +02:00
parent 888b578907
commit 19c2d8df76

View File

@@ -62,6 +62,8 @@ int main(int argc, char **argv)
}
else
while (1) perform_connection(listen_socket);
return 0;
}
void *thread_connection(void *args)