Commit 7df593f2 authored by Wayne Davison's avatar Wayne Davison

Got rid of a redundant mtime check.

parent cac80887
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment