From c5260884d6885538ccc5640aebcfab8c3aa6c1ac Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 9 May 2006 18:31:16 +0000 Subject: [PATCH] Got rid of the call to log_exit() now that the cleanup code handles this. --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index e94dd3f8..21111f11 100644 --- a/main.c +++ b/main.c @@ -176,7 +176,6 @@ static void handle_stats(int f) return; if (am_daemon) { - log_exit(0, __FILE__, __LINE__); if (f == -1 || !am_sender) return; } -- 2.34.1