summaryrefslogtreecommitdiffstats
path: root/bin/hpuifilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hpuifilter.c')
-rw-r--r--bin/hpuifilter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hpuifilter.c b/bin/hpuifilter.c
index 38b4223..ab437f7 100644
--- a/bin/hpuifilter.c
+++ b/bin/hpuifilter.c
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (c) 1997-2007 by Terrapin Communications, Inc.
+ * Copyright (c) 1997-2008 by Terrapin Communications, Inc.
* All rights reserved.
*
* This code is derived from software contributed to and maintained by
@@ -630,7 +630,7 @@ reapchild(int sig)
fprintf(stderr, "reap child %d\n", (int)pid);
if (pid == child) {
child = 0;
- sigrx = 0;
+ sigrx = 1;
break;
}
}