Fixed close clients

This commit is contained in:
aortigos
2026-04-16 11:22:55 +02:00
parent e46db9df57
commit 4770d79418

View File

@@ -88,7 +88,6 @@ int Server::run()
} }
close(client_fd);
close(server_fd); close(server_fd);
return (0); return (0);