X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f75a53e71b584bd1398271629bd021f107881082..c2b11ba0179b792d7c6fab765713a010c77f4322:/generator.c diff --git a/generator.c b/generator.c index c547529f..dde3f348 100644 --- a/generator.c +++ b/generator.c @@ -341,9 +341,6 @@ void itemize(struct file_struct *file, int ndx, int statret, STRUCT_STAT *st, if (protocol_version >= 29) { if (ndx >= 0) write_int(sock_f_out, ndx); - /* XXX Temorary compatibility hack */ - if (iflags & (ITEM_TRANSFER|ITEM_LOCAL_CHANGE)) - iflags |= ITEM_REPORT_XATTRS; /* ITEM_UPDATE */ write_shortint(sock_f_out, iflags); if (hlink) write_vstring(sock_f_out, hlink, strlen(hlink));