Return RERR_SIGNAL1 from sigusr1_handler().

This commit is contained in:
Wayne Davison
2005-12-16 23:48:34 +00:00
parent 4a50a2176e
commit 6bf32edb8c

2
main.c
View File

@@ -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))