X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b8fd528794bdfada7842a5e1ebf200f762a3001e..refs/heads/hacks/missing-args-b3.0.x:/main.c diff --git a/main.c b/main.c index 0f160067..0774f1fa 100644 --- a/main.c +++ b/main.c @@ -4,7 +4,7 @@ * Copyright (C) 1996-2001 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras * Copyright (C) 2001, 2002 Martin Pool - * Copyright (C) 2003-2008 Wayne Davison + * Copyright (C) 2003-2009 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1016,7 +1016,6 @@ int client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[]) if (write_batch && !am_server) start_write_batch(f_out); flist = send_file_list(f_out, argc, argv); - set_msg_fd_in(-1); if (verbose > 3) rprintf(FINFO,"file list sent\n");