diff options
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/main.c b/hcid/main.c index 5da2216b..effaeb97 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -696,7 +696,6 @@ 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) { |