From 088adfacc1cae3313cf4fc92056aa0895e6c0880 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 17 Jul 2004 15:19:57 +0000 Subject: [PATCH] Got rid of the arg to io_start_multiplex_out(). --- flist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.34.1