Doc.
authorMartin Pool <mbp@samba.org>
Mon, 18 Feb 2002 23:36:10 +0000 (23:36 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 18 Feb 2002 23:36:10 +0000 (23:36 +0000)
socket.c

index c4420ba..d69e4cf 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -436,6 +436,7 @@ void start_accept_loop(int port, int (*fn)(int ))
                         * accept again. */
                        sleep(2);
                } else {
                         * accept again. */
                        sleep(2);
                } else {
+                       /* Parent doesn't need this fd anymore. */
                        close(fd);
                }
        }
                        close(fd);
                }
        }