X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/cac80887a688eb0c8dc077e80a9425e41d1f15be..4b1553e2d4c6d2df6e7ae327966ccea7b0dc5ca8:/generator.c diff --git a/generator.c b/generator.c index db891994..f364eefd 100644 --- a/generator.c +++ b/generator.c @@ -903,9 +903,6 @@ static int try_dests_reg(struct file_struct *file, char *fname, int ndx, case 2: if (!unchanged_attrs(cmpbuf, file, sxp)) continue; - if (always_checksum > 0 && preserve_times - && cmp_time(sxp->st.st_mtime, file->modtime)) - continue; best_match = j; match_level = 3; break;