summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
Diffstat (limited to 'hcid')
-rw-r--r--hcid/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/main.c b/hcid/main.c
index effaeb97..5da2216b 100644
--- a/hcid/main.c
+++ b/hcid/main.c
@@ -696,6 +696,7 @@ int main(int argc, char *argv[])
sigaction(SIGUSR2, &sa, NULL);
sa.sa_handler = SIG_IGN;
+ sigaction(SIGCHLD, &sa, NULL);
sigaction(SIGPIPE, &sa, NULL);
if (debug) {