Thread (18 messages) flat view 18 messages, 2 authors, 2016-06-15

Re: [PATCH 07/15] daemon: use run-command api for async serving

From: Erik Faye-Lund <hidden>
Date: 2016-06-15 22:49:50

On Fri, Oct 22, 2010 at 2:10 AM, Jonathan Nieder [off-list ref] wrote:
Erik Faye-Lund wrote:
quoted
--- a/daemon.c
+++ b/daemon.c
[...]
quoted
@@ -671,18 +658,26 @@ static void check_dead_children(void)
      int status;
      pid_t pid;

-     while ((pid = waitpid(-1, &status, WNOHANG)) > 0) {
+     struct child **cradle, *blanket;
+     for (cradle = &firstborn; (blanket = *cradle);)
+             if ((pid = waitpid(blanket->cld.pid, &status, WNOHANG)) > 1) {
What is this change (> 0 → > 1) about?
Oooh, that's a typo, nice catch! I'll throw in a hot-fix when reposting!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help