| ch2.socket/socketd.c | ●●●●● patch | view | raw | blame | history |
ch2.socket/socketd.c
@@ -130,11 +130,10 @@ { printf("Reply back to socket client[%d] failure: %s\n", client_fd, strerror(errno)); close(client_fd); break; } printf("\n"); } close(client_fd); } close(listen_fd);