X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0f86c74eba2fea1f33f514eb5bca84a633f3d2d9..439a198d02b33c473671acda35e98a1ba6a3ad8d:/generator.c diff --git a/generator.c b/generator.c index cccd1ec8..55776248 100644 --- a/generator.c +++ b/generator.c @@ -1231,6 +1231,8 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, rprintf(FINFO, "generating and sending sums for %d\n", ndx); notify_others: + if (remove_sent_files && !delay_updates && !phase) + increment_active_files(ndx, itemizing, code); write_int(f_out, ndx); if (itemizing) { int iflags = ITEM_TRANSFER;