X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b9f592fbf50b0dc9e3d1d33b8deb2bf9abad9ef6..361198935518a80e57e26f337c62c06d660dab6b:/flist.c diff --git a/flist.c b/flist.c index ebb70e49..412b089f 100644 --- a/flist.c +++ b/flist.c @@ -1059,7 +1059,7 @@ struct file_list *send_file_list(int f, int argc, char *argv[]) "send_file_list"); if (f != -1) { - io_start_buffering_out(f); + io_start_buffering_out(); if (filesfrom_fd >= 0) { if (argv[0] && !push_dir(argv[0])) { rsyserr(FERROR, errno, "push_dir %s failed",