Bug fixes

This commit is contained in:
2025-11-17 23:07:50 +01:00
parent dabd337bb8
commit 690a950e71
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ static int setup_poll_array(void **contexts, struct pollfd *polled)
switch (desc->type) {
case DESC_FILE:
assert(0); // TODO: error
// Ignore
break;
case DESC_SOCKET: