Got rid of the call to log_exit() now that the cleanup code handles this.
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index e94dd3f..21111f1 100644 (file)
--- 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;
        }