commit f470bb28b01e20414e34e074a17447c556884095 parent d9f4fcf65858a9e26d03fa9629c785b083714300 Author: Christoph Lohmann <20h@r-36.net> Date: Mon, 28 Feb 2011 20:52:20 +0100 Enabling true multiple client request handling. Diffstat:
main.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/main.c b/main.c @@ -399,8 +399,6 @@ main(int argc, char *argv[]) clientp); return 0; default: - wait(&opt); - close(sock); break; } }