[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Jun 26 10:54:17 MDT 2011


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 <wayned at 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.


More information about the rsync-cvs mailing list