From: Wayne Davison Date: Sun, 8 Jun 2014 17:21:27 +0000 (-0700) Subject: I missed this tweak in the undo of a prior xattr optimization. X-Git-Tag: v3.1.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03bb593f812ac0a1c4a6b38d333e31f149f3a451;p=thirdparty%2Frsync.git I missed this tweak in the undo of a prior xattr optimization. --- diff --git a/sender.c b/sender.c index 1277177d..38743447 100644 --- a/sender.c +++ b/sender.c @@ -258,8 +258,7 @@ void send_files(int f_in, int f_out) rprintf(FINFO, "send_files(%d, %s%s%s)\n", ndx, path,slash,fname); #ifdef SUPPORT_XATTRS - if (preserve_xattrs && iflags & ITEM_REPORT_XATTR && do_xfers - && (protocol_version < 31 || !BITS_SET(iflags, ITEM_XNAME_FOLLOWS|ITEM_LOCAL_CHANGE))) + if (preserve_xattrs && iflags & ITEM_REPORT_XATTR && do_xfers) recv_xattr_request(file, f_in); #endif