mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-24 14:55:46 -04:00
We should bump the deletion_count for backed-up deleted files too.
This commit is contained in:
@@ -164,8 +164,8 @@ void delete_files(struct file_list *flist)
|
||||
} else {
|
||||
int mode = local_file_list->files[i]->mode;
|
||||
delete_one(f, S_ISDIR(mode) != 0);
|
||||
deletion_count++;
|
||||
}
|
||||
deletion_count++;
|
||||
}
|
||||
}
|
||||
flist_free(local_file_list);
|
||||
|
||||
Reference in New Issue
Block a user