From: Wayne Davison Date: Tue, 9 May 2006 18:31:16 +0000 (+0000) Subject: Got rid of the call to log_exit() now that the cleanup code handles this. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c5260884d6885538ccc5640aebcfab8c3aa6c1ac Got rid of the call to log_exit() now that the cleanup code handles this. --- 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; }