Commit 6bf32edb authored by Wayne Davison's avatar Wayne Davison

Return RERR_SIGNAL1 from sigusr1_handler().

parent 4a50a217
......@@ -1014,7 +1014,7 @@ static int start_client(int argc, char *argv[])
static RETSIGTYPE sigusr1_handler(UNUSED(int val))
{
exit_cleanup(RERR_SIGNAL);
exit_cleanup(RERR_SIGNAL1);
}
static RETSIGTYPE sigusr2_handler(UNUSED(int val))
......
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