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

--- Comment #3 from Adrian Torregrosa <adrian.torregrosa....@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.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to