https://bugzilla.samba.org/show_bug.cgi?id=1582
------- Additional Comments From [EMAIL PROTECTED] 2004-08-05 13:27 -------
There appears to be a problem in that my generator.c differs from your
generator.c enough that the patch can not find and patch the correct area. The
area the patch looks like it's trying to correct on my version looks like this:
if (list_only)
return;
if (verbose > 2)
rprintf(FINFO,"recv_generator(%s,%d)\n",fname,i);
statret = link_stat(fname,&st);
if (only_existing && statret == -1 && errno == ENOENT) {
/* we only want to update existing files */
This is different from what I have. Otherwise the pach worked well on main.c so
there is no need to worry about that. Are there other patches you have used on
generator.c in the past that I need to be aware of?
Otherwise thank you for looking into this bug.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html