I missed this tweak in the undo of a prior xattr optimization.
authorWayne Davison <wayned@samba.org>
Sun, 8 Jun 2014 17:21:27 +0000 (10:21 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 8 Jun 2014 17:21:27 +0000 (10:21 -0700)
sender.c

index 1277177dd49d799533302aa01bde1f010e6c1312..3874344755f1f39a265d5c32c3098c39a3d7f995 100644 (file)
--- 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