The branch, master has been updated
       via  01580c7 Fix #ifdef in unchanged_attrs(). Fixes bug 8268.
      from  a59a7b2 Fix reading side of fake-symlink bug 7109.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 01580c794a40bb89c40ba03c2d73d640a28bd292
Author: Wayne Davison <way...@samba.org>
Date:   Sun Jun 26 09:52:40 2011 -0700

    Fix #ifdef in unchanged_attrs(). Fixes bug 8268.

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

Summary of changes:
 generator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/generator.c b/generator.c
index 8491300..e24f20f 100644
--- a/generator.c
+++ b/generator.c
@@ -443,7 +443,7 @@ int unchanged_attrs(const char *fname, struct file_struct 
*file, stat_x *sxp)
                if (perms_differ(file, sxp))
                        return 0;
 #endif
-#ifndef CAN_CHOWN_SYMLINK
+#ifdef CAN_CHOWN_SYMLINK
                if (ownership_differs(file, sxp))
                        return 0;
 #endif


-- 
The rsync repository.
_______________________________________________
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs

Reply via email to