aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-05-09 18:31:16 +0000
committerWayne Davison <wayned@samba.org>2006-05-09 18:31:16 +0000
commitc5260884d6885538ccc5640aebcfab8c3aa6c1ac (patch)
treecce58805c3d368e630841117c76da4b0055ee0c4 /main.c
parentea124cb324be2dffb97fe44fa534b24a3060479d (diff)
downloadandroid_external_rsync-c5260884d6885538ccc5640aebcfab8c3aa6c1ac.tar.gz
android_external_rsync-c5260884d6885538ccc5640aebcfab8c3aa6c1ac.tar.bz2
android_external_rsync-c5260884d6885538ccc5640aebcfab8c3aa6c1ac.zip
Got rid of the call to log_exit() now that the cleanup code handles this.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
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;
}