This commit is contained in:
2025-09-26 00:07:06 +02:00
parent 38cf154a78
commit eb2decd36d
-2
View File
@@ -1708,8 +1708,6 @@ void accept_new_connection(int listener_fd) {
} }
} }
void close_connection(int fd) { void close_connection(int fd) {
if (fd < 0 || fd >= MAX_FDS) return; if (fd < 0 || fd >= MAX_FDS) return;