Fwd: Re: setting checksum_seed

Wayne Davison wayned at samba.org
Wed May 19 07:33:45 GMT 2004


On Tue, May 18, 2004 at 10:21:04PM -0700, Craig Barratt wrote:
> Probably the best solution is to add a flag argument to sum_init(void)
> to request whether to add checksum_seed or not.

How about this similar idea:  change sum_init() to take a seed value as
an arg.  Then, call it with sum_init(0) in the authenticate.c calls, and
call it with sum_init(checksum_seed) in the other spots you mentioned.

..wayne..


More information about the rsync mailing list