Displaying 1 result from an estimated 1 matches for "can_chmod_symlink".
2011 Jun 25
1
[Bug 8268] New: Wrong unchanged_attrs test for symlink ownership
...latform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: matt at mattmccutchen.net
QAContact: rsync-qa at samba.org
>From unchanged_attrs:
#ifdef CAN_CHMOD_SYMLINK
if (perms_differ(file, sxp))
return 0;
#endif
#ifndef CAN_CHOWN_SYMLINK
if (ownership_differs(file, sxp))
return 0;
#endif
Seems like the #ifndef should be another #ifdef.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You...