From: Wayne Davison Date: Sun, 7 Oct 2007 03:52:17 +0000 (+0000) Subject: Got rid of a useless list_only tweak. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/65f6b6b0ef8684bfe7d0ab018ae10a19ddfb1d23 Got rid of a useless list_only tweak. --- diff --git a/clientserver.c b/clientserver.c index 700a126d..20a164e6 100644 --- a/clientserver.c +++ b/clientserver.c @@ -215,9 +215,6 @@ int start_inband_exchange(int f_in, int f_out, const char *user, int argc, char if (exchange_protocols(f_in, f_out, line, sizeof line, 1) < 0) return -1; - if (list_only && protocol_version >= 29) - list_only |= 2; - /* set daemon_over_rsh to false since we need to build the * true set of args passed through the rsh/ssh connection; * this is a no-op for direct-socket-connection mode */