From 79845f28349b27e9b08ee1965337c12de927be2a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 18 Feb 2002 23:36:10 +0000 Subject: [PATCH] Doc. --- socket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/socket.c b/socket.c index c4420ba7..d69e4cf3 100644 --- a/socket.c +++ b/socket.c @@ -436,6 +436,7 @@ void start_accept_loop(int port, int (*fn)(int )) * accept again. */ sleep(2); } else { + /* Parent doesn't need this fd anymore. */ close(fd); } } -- 2.34.1