[SCM] The rsync repository. - branch b3.0.x updated

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


The branch, b3.0.x has been updated
       via  121082f Fix #ifdef in unchanged_attrs(). Fixes bug 8268.
      from  c6bed2d Explicitly mention spaces in the "path" setting.

;a=shortlog;h=b3.0.x


- Log -----------------------------------------------------------------
commit 121082fa9b375666e06a8fc6e476aaecb307079f
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 d7e1ba8..089672e 100644
--- a/generator.c
+++ b/generator.c
@@ -630,7 +630,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