Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
compat/snprintf.c: handle snprintf's that always return the # chars transmitted
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index 4540e8df5ab8bc8ff66549144d7db2928e12199b..8dcde73200d1ddbc0dec0dbfdc2f4ff15047abd9 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-794,6
+794,7
@@
static void child_handler(int signo)
}
break;
}
+ signal(SIGCHLD, child_handler);
}
static int set_reuse_addr(int sockfd)