X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/968c8030cf0fa0e057b8dbe7233945a3aad10ede..76c21947140b90edaa5591c63b10ca00f939ad9b:/flist.c diff --git a/flist.c b/flist.c index 9da5c73f..f905fb87 100644 --- a/flist.c +++ b/flist.c @@ -924,7 +924,7 @@ struct file_list *send_file_list(int f, int argc, char *argv[]) flist = flist_new(); if (f != -1) { - io_start_buffering(f); + io_start_buffering_out(f); if (filesfrom_fd >= 0) { if (argv[0] && !push_dir(argv[0], 0)) { rprintf(FERROR, "push_dir %s failed: %s\n",