v1.7.0 release

This commit is contained in:
seajee
2025-09-06 01:30:42 +02:00
parent 42d126f01a
commit a9462d0880
6 changed files with 372 additions and 135 deletions

View File

@@ -138,7 +138,7 @@ int main(void)
printf("INFO: Bind socket\n");
if (!sock_listen(server, 10)) {
if (!sock_listen(server)) {
fprintf(stderr, "ERROR: Could not listen on socket\n");
sock_close(server);
return EXIT_FAILURE;