Reliability and robustness problems

Wayne Davison wayned at samba.org
Thu Jun 10 01:58:12 GMT 2004


On Thu, Jun 10, 2004 at 07:21:41AM +0800, John wrote:
> flist.c: In function `send_file_entry':
> flist.c:349: `lastdir_len' undeclared (first use in this function)

It patched the wrong function, which is really hard to understand
because the line numbers in the patch are right for the 2.6.2 version of
flist.c.  If you read the "@@" line before each hunk, you'll see the
function name it should have patched.  The first hunk makes its change
in receive_file_entry(), and the second makes its change in make_file().
Both changes are simple enough that you can patch them by hand, if
needed.

..wayne..


More information about the rsync mailing list