Got rid of the arg to io_start_multiplex_out().
authorWayne Davison <wayned@samba.org>
Sat, 17 Jul 2004 15:19:57 +0000 (15:19 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 17 Jul 2004 15:19:57 +0000 (15:19 +0000)
flist.c

diff --git a/flist.c b/flist.c
index ebb70e4..412b089 100644 (file)
--- 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",