summaryrefslogtreecommitdiff
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-25 18:03:02 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-25 19:19:59 -0700
commit87f2984df0f2e590f742cc0e1003c749c95c8f0b (patch)
treed3fc6991c9a628389fddfe6e0beb6609c71ad36c /flist.c
parent24ce3e9d54060cb2f36741677acbb5d21a6ddae9 (diff)
downloadrsync-87f2984df0f2e590f742cc0e1003c749c95c8f0b.tar.gz
Improve how negotiated info affects batch files.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/flist.c b/flist.c
index 7e08fd40..82a5d6a7 100644
--- a/flist.c
+++ b/flist.c
@@ -142,8 +142,6 @@ void init_flist(void)
rprintf(FINFO, "FILE_STRUCT_LEN=%d, EXTRA_LEN=%d\n",
(int)FILE_STRUCT_LEN, (int)EXTRA_LEN);
}
- parse_checksum_choice(1); /* Sets checksum_type & xfersum_type */
- parse_compress_choice(1); /* Sets do_compression */
flist_csum_len = csum_len_for_type(checksum_type, 1);
show_filelist_progress = INFO_GTE(FLIST, 1) && xfer_dirs && !am_server && !inc_recurse;