summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-08-31 10:41:01 -0700
committerJunio C Hamano <gitster@pobox.com>2008-08-31 17:04:56 -0700
commite910ce30e41ae4ddc20a64661e8cf2702433e5db (patch)
tree054a851e0f797358bcbeddec3fe33a3307cd3400 /daemon.c
parente1afaea9427d6b367a3e35b5f2cd7fbfb7148dab (diff)
parentd266a988456fcaab9918eae39f5faf8dcb20cb26 (diff)
downloadgit-e910ce30e41ae4ddc20a64661e8cf2702433e5db.tar.gz
Merge branch 'tr/rev-list-docs' into tr/filter-branch
This prepares the necessary parts to merge filter-branch fix based on simplify-merges to master.
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.c b/daemon.c
index 4540e8df5a..8dcde73200 100644
--- 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)