X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/da9d12f5d93724cb07a4107aa7aff92be9fb2ddb..dc8293ff7370cac42d0005898cdc35ba7fa3c2bc:/sender.c diff --git a/sender.c b/sender.c index b7ebbe1f..b0c24ddb 100644 --- a/sender.c +++ b/sender.c @@ -193,7 +193,7 @@ void send_files(struct file_list *flist, int f_out, int f_in) } if (write_batch) - write_batch_csum_info(&i, flist->count, s); + write_batch_csum_info(&i, s); if (!read_batch) { fd = do_open(fname, O_RDONLY, 0);