From: Wayne Davison Date: Sat, 17 Jul 2004 15:19:57 +0000 (+0000) Subject: Got rid of the arg to io_start_multiplex_out(). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/088adfacc1cae3313cf4fc92056aa0895e6c0880 Got rid of the arg to io_start_multiplex_out(). --- 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",