projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d7c52
)
revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do...
author
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Mon, 26 Sep 2005 13:55:43 +0000
(13:55 -0000)
committer
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Mon, 26 Sep 2005 13:55:43 +0000
(13:55 -0000)
networking/httpd.c
patch
|
blob
|
history
diff --git
a/networking/httpd.c
b/networking/httpd.c
index 66d8bfe099944e3ead5f194fe50b9b88927d58ed..64c374542ee6a27c0ab3a12d056bd1dadeeee957 100644
(file)
--- 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);
}