[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Jul 8 05:37:16 UTC 2020


The branch, master has been updated
       via  0eb82a7c Fix xattr issue with MIGHT_NEED_PRE. Fixes bugzilla 13113.
      from  f92a5182 Tweak the NEWS.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0eb82a7c90285d3927f0d8344a0539e8db8a2959
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jul 7 20:07:31 2020 -0700

    Fix xattr issue with MIGHT_NEED_PRE.
    Fixes bugzilla 13113.

-----------------------------------------------------------------------

Summary of changes:
 xattrs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/xattrs.c b/xattrs.c
index a7d7d5ab..b10c2567 100644
--- a/xattrs.c
+++ b/xattrs.c
@@ -58,7 +58,7 @@ extern int saw_xattr_filter;
 #define SPRE_LEN ((int)sizeof SYSTEM_PREFIX - 1)
 
 #ifdef HAVE_LINUX_XATTRS
-#define MIGHT_NEED_RPRE (am_root < 0)
+#define MIGHT_NEED_RPRE (am_root <= 0)
 #define RSYNC_PREFIX USER_PREFIX "rsync."
 #else
 #define MIGHT_NEED_RPRE am_root


-- 
The rsync repository.



More information about the rsync-cvs mailing list