summaryrefslogtreecommitdiff
path: root/receiver.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 /receiver.c
parent4079d6a68495a837057f5171b26e45308e9e5681 (diff)
downloadrsync-bc40a305032db262e72b92c938203fd2bd42e4c9.tar.gz
Fixed the delete statistics with --delete-delay and --delete-after.
Diffstat (limited to 'receiver.c')
-rw-r--r--receiver.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/receiver.c b/receiver.c
index cd24320d..74c2e752 100644
--- a/receiver.c
+++ b/receiver.c
@@ -836,11 +836,6 @@ int recv_files(int f_in, char *local_name)
if (phase == 2 && delay_updates) /* for protocol_version < 29 */
handle_delayed_updates(local_name);
- if (read_batch) {
- read_int(batch_gen_fd); /* Discard -1 */
- read_del_stats(batch_gen_fd);
- }
-
if (DEBUG_GTE(RECV, 1))
rprintf(FINFO,"recv_files finished\n");