summaryrefslogtreecommitdiffstats
path: root/bin/hpuifilter.c
diff options
context:
space:
mode:
authorunknown <unknown@unknown>2008-12-17 03:43:51 +0000
committerunknown <unknown@unknown>2008-12-17 03:43:51 +0000
commit09f0f026fd4931b90016d0090778983da01c294a (patch)
treed47c450de794595ce6395bde6ff084d75dac48a4 /bin/hpuifilter.c
parentb73f299e731fbddae095c0b5eff04717b6dce1af (diff)
downloadrancid-09f0f026fd4931b90016d0090778983da01c294a.tar.gz
rancid-09f0f026fd4931b90016d0090778983da01c294a.tar.xz
rancid-09f0f026fd4931b90016d0090778983da01c294a.zip
Imported from rancid-2.3.2a9.tar.gz.rancid-2.3.2a9
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;
}
}