X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/28fb6365d096cf1e7125cde322c92c1b80b4ecee..1ed56a05c26b6cb6f3891ce16be89aeab388a293:/rsync.c diff --git a/rsync.c b/rsync.c index 818b3ee2..b0042f7a 100644 --- a/rsync.c +++ b/rsync.c @@ -399,6 +399,8 @@ int set_file_attrs(const char *fname, struct file_struct *file, stat_x *sxp, } if (ret == 0) /* ret == 1 if symlink could not be set */ updated = 1; + else + file->flags |= FLAG_TIME_FAILED; } change_uid = am_root && uid_ndx && sxp->st.st_uid != (uid_t)F_OWNER(file);