aboutsummaryrefslogtreecommitdiffstats
path: root/sender.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-01-17 14:46:42 -0800
committerWayne Davison <wayned@samba.org>2009-01-17 14:46:42 -0800
commitbc40a305032db262e72b92c938203fd2bd42e4c9 (patch)
treef1ca7987b38189a583c2dc4353c0a82e79047933 /sender.c
parent4079d6a68495a837057f5171b26e45308e9e5681 (diff)
downloadandroid_external_rsync-bc40a305032db262e72b92c938203fd2bd42e4c9.tar.gz
android_external_rsync-bc40a305032db262e72b92c938203fd2bd42e4c9.tar.bz2
android_external_rsync-bc40a305032db262e72b92c938203fd2bd42e4c9.zip
Fixed the delete statistics with --delete-delay and --delete-after.
Diffstat (limited to 'sender.c')
-rw-r--r--sender.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sender.c b/sender.c
index 8506ac66..bf8221de 100644
--- a/sender.c
+++ b/sender.c
@@ -201,8 +201,6 @@ void send_files(int f_in, int f_out)
break;
if (DEBUG_GTE(SEND, 1))
rprintf(FINFO, "send_files phase=%d\n", phase);
- if (phase == 2)
- read_del_stats(f_in);
write_ndx(f_out, NDX_DONE);
continue;
}