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:
parent
1cce3f7ec1
commit
fd6a122c04
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue