X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dd589118d0108f78e33ad302df0bc316ce84bf4a..44a7ba4587a645c7f4a8f4ed4f7de9b83605a49e:/clientserver.c 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 */