aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-26 13:55:43 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-26 13:55:43 +0000
commit709080087092133e3c46bf816d54f2c34c215b86 (patch)
treed7aeca1c6425329b11c183d3028feaf8b676bfbb /networking
parent11d7c52912eb2a767d7134a79d731acd9aa3e8ef (diff)
downloadbusybox-709080087092133e3c46bf816d54f2c34c215b86.tar.gz
revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\!
Diffstat (limited to 'networking')
-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);
}