summaryrefslogtreecommitdiffstats
path: root/bin/hpfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hpfilter.c')
-rw-r--r--bin/hpfilter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/hpfilter.c b/bin/hpfilter.c
index f665b6f..83d799e 100644
--- a/bin/hpfilter.c
+++ b/bin/hpfilter.c
@@ -92,7 +92,6 @@ main(int argc, char **argv)
signal(SIGCHLD, (void *) reapchild);
signal(SIGHUP, (void *) reapchild);
signal(SIGINT, (void *) reapchild);
- signal(SIGKILL, (void *) reapchild);
signal(SIGTERM, (void *) reapchild);
/* create 2 pipes for send/recv and then fork and exec telnet */