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 <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 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. _______________________________________________ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs