Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-26 17:55:43 +0400
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-26 17:55:43 +0400
commit709080087092133e3c46bf816d54f2c34c215b86 (patch)
treed7aeca1c6425329b11c183d3028feaf8b676bfbb /networking/httpd.c
parent11d7c52912eb2a767d7134a79d731acd9aa3e8ef (diff)
revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\!
Diffstat (limited to 'networking/httpd.c')
-rw-r--r--networking/httpd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index 66d8bfe09..64c374542 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1877,9 +1877,6 @@ static int miniHttpd(int server)
handleIncoming();
if(!config->debugHttpd)
exit(0);
- } else {
- if(!config->debugHttpd)
- wait(NULL);
}
close(s);
}