samba-bugs at samba.org
2011-Jun-25 22:26 UTC
[Bug 8268] New: Wrong unchanged_attrs test for symlink ownership
https://bugzilla.samba.org/show_bug.cgi?id=8268 Summary: Wrong unchanged_attrs test for symlink ownership Product: rsync Version: 3.1.0 Platform: 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 are receiving this mail because: ------- You are the QA contact for the bug.
samba-bugs at samba.org
2011-Jul-04 21:43 UTC
[Bug 8268] Wrong unchanged_attrs test for symlink ownership
https://bugzilla.samba.org/show_bug.cgi?id=8268 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Wayne Davison <wayned at samba.org> 2011-07-04 21:43:34 UTC --- Thanks! I checked in a fix for this. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Possibly Parallel Threads
- [PATCH] Add --omit-{device,special}-times options
- DO NOT REPLY [Bug 7622] New: Factor out common logic from itemize and unchanged_attrs functions
- [PATCH] Bug fix for file comparison
- Rsync itemizing "p" even when -p, -E are off
- DO NOT REPLY [Bug 4561] Add options --tweak, --no-tweak, --no-tweak-hlinked