[Bug 10494] remove-source-files fails with symlinks

samba-bugs at samba.org samba-bugs at samba.org
Thu Mar 14 16:36:22 UTC 2019


https://bugzilla.samba.org/show_bug.cgi?id=10494

--- Comment #3 from Adrian Torregrosa <adrian.torregrosa.ext at nokia.com> ---
Another option that I tried and verified, and that could make more sense, would
be to replace

141         if (do_lstat(fname, &st) < 0) {

with

141         if (do_stat(fname, &st) < 0) {

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list