mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-18 14:27:40 -04:00
Fix #ifdef in unchanged_attrs(). Fixes bug 8268.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user