X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6e59b97770496813b1a96f949a2f353adf505dc4..b769ad6a3e7ef871ea0aabd5b033018ba6cdbb90:/generator.c diff --git a/generator.c b/generator.c index c961ad2a..a0bf08ee 100644 --- a/generator.c +++ b/generator.c @@ -945,10 +945,6 @@ static int try_dests_reg(struct file_struct *file, char *fname, int ndx, return -1; if (itemizing) itemize(cmpbuf, file, ndx, 0, sxp, ITEM_LOCAL_CHANGE, 0, NULL); -#ifdef SUPPORT_XATTRS - if (preserve_xattrs) - xattr_clear_locals(file); -#endif if (maybe_ATTRS_REPORT && ((!itemizing && verbose && match_level == 2) || (verbose > 1 && match_level == 3))) {