From fd6a122c04844508761acf58dd3a305b61a55e86 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 14 Nov 2010 13:44:17 +0100 Subject: [PATCH] archived.c: don't exit on SIGUSR. the bug refered to in the source is not reproduceable anymore, for some reason. --- src/archived.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/archived.c b/src/archived.c index 78f722f..b1d0a6b 100644 --- a/src/archived.c +++ b/src/archived.c @@ -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); } }