diff options
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 1 |
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) { |