From: Martin Pool Date: Mon, 18 Feb 2002 23:36:10 +0000 (+0000) Subject: Doc. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/79845f28349b27e9b08ee1965337c12de927be2a Doc. --- 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); } }