diff options
author | Wayne Davison <wayned@samba.org> | 2006-05-09 18:31:16 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-05-09 18:31:16 +0000 |
commit | c5260884d6885538ccc5640aebcfab8c3aa6c1ac (patch) | |
tree | cce58805c3d368e630841117c76da4b0055ee0c4 /main.c | |
parent | ea124cb324be2dffb97fe44fa534b24a3060479d (diff) | |
download | rsync-c5260884d6885538ccc5640aebcfab8c3aa6c1ac.tar.gz rsync-c5260884d6885538ccc5640aebcfab8c3aa6c1ac.tar.bz2 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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |