Small fixes

This commit is contained in:
2022-12-29 17:02:57 +01:00
parent c4289ac018
commit 2969e435d1
4 changed files with 11 additions and 14 deletions

View File

@ -120,7 +120,6 @@ static void terminate_gracefully(int sig) {
for (int i = 0; i < NUM_SOCKETS; i++) {
shutdown(sockets[i], SHUT_RDWR);
close(sockets[i]);
}