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.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
