Got rid of the call to log_exit() now that the cleanup code handles this.
authorWayne Davison <wayned@samba.org>
Tue, 9 May 2006 18:31:16 +0000 (18:31 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 9 May 2006 18:31:16 +0000 (18:31 +0000)
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) {
                return;
 
        if (am_daemon) {
-               log_exit(0, __FILE__, __LINE__);
                if (f == -1 || !am_sender)
                        return;
        }
                if (f == -1 || !am_sender)
                        return;
        }