search for: ownership_differs

Displaying 1 result from an estimated 1 matches for "ownership_differs".

2011 Jun 25
1
[Bug 8268] New: Wrong unchanged_attrs test for symlink ownership
...mponent: 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 are receiving this mail because: ------- You are the QA contact for the bug.