Commit 79845f28 authored by Martin Pool's avatar Martin Pool

Doc.

parent 78ece130
...@@ -436,6 +436,7 @@ void start_accept_loop(int port, int (*fn)(int )) ...@@ -436,6 +436,7 @@ void start_accept_loop(int port, int (*fn)(int ))
* accept again. */ * accept again. */
sleep(2); sleep(2);
} else { } else {
/* Parent doesn't need this fd anymore. */
close(fd); close(fd);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment