Commit 2d51524a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

These programs should respect SIGHUP and die, rather pointlessly

eat all CPU time.
parent 44fc7c41
......@@ -294,7 +294,7 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
static int __match_proto__(VUT_cb_f)
sighup(void)
{
return (1);
exit(1);
}
static void *
......
......@@ -183,7 +183,7 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
static int __match_proto__(VUT_cb_f)
sighup(void)
{
return (1);
exit (1);
}
static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment