summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-24 12:56:00 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-24 13:22:19 -0700
commit2f84a6bd73e1a6e2081b1bcb965049ef83b2ce45 (patch)
tree27c950c236f05d3fac4863f9437c57f72ca8ac66 /io.c
parenteda15d52a8b07ea09643c3c5fc788f4c33986c3a (diff)
downloadrsync-2f84a6bd73e1a6e2081b1bcb965049ef83b2ce45.tar.gz
Add support for negotiated checksum names.
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 189bc232..021330fb 100644
--- a/io.c
+++ b/io.c
@@ -2369,7 +2369,7 @@ void start_write_batch(int fd)
write_int(batch_fd, protocol_version);
if (protocol_version >= 30)
write_varint(batch_fd, compat_flags);
- maybe_write_checksum(batch_fd);
+ maybe_write_negotiated_strings(batch_fd);
write_int(batch_fd, checksum_seed);
if (am_sender)