X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ed521de52512ea778f39b16c5d8221a80281614c..bceec82f357618356fd209578dfccbbd6b52efba:/main.c diff --git a/main.c b/main.c index 74d205f0..f723da4e 100644 --- a/main.c +++ b/main.c @@ -716,12 +716,6 @@ static int start_client(int argc, char *argv[]) p = find_colon(argv[argc-1]); if (!p) { local_server = 1; - /* - * disable "rsync algorithm" when both sides local, - * except when creating a batch update - */ - if (!write_batch && whole_file == -1) - whole_file = 1; } else if (p[1] == ':') { *p = 0; return start_socket_client(argv[argc-1], p+2, argc-1, argv);