Archived
1
0
Fork 0

archived.c: don't exit on SIGUSR.

the bug refered to in the source is not reproduceable anymore, for some reason.
This commit is contained in:
Henrik Hautakoski 2010-11-14 13:44:17 +01:00
parent 1cce3f7ec1
commit fd6a122c04

View file

@ -74,8 +74,6 @@ static void sighandl(int sig) {
case SIGUSR2 :
printf("notify stat:\n");
notify_stat();
/* don't know why, but everything goes bananas if we keep executing */
clean_exit(EXIT_SUCCESS);
}
}