Changed the call to write_batch_csum_info() to the latest syntax.
authorWayne Davison <wayned@samba.org>
Sat, 10 Jan 2004 20:16:18 +0000 (20:16 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 10 Jan 2004 20:16:18 +0000 (20:16 +0000)
sender.c

index b7ebbe1..b0c24dd 100644 (file)
--- 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)
                }
 
                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);
 
                if (!read_batch) {
                        fd = do_open(fname, O_RDONLY, 0);