From ed521de52512ea778f39b16c5d8221a80281614c Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 19 Mar 2002 03:27:33 +0000 Subject: [PATCH] Sending --no-whole-file is no good because it will not work with old versions of rsync. --- options.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/options.c b/options.c index 0f216343..7bb8e153 100644 --- a/options.c +++ b/options.c @@ -631,8 +631,6 @@ void server_options(char **args,int *argc) assert(whole_file == 0 || whole_file == -1); if (whole_file) argstr[x++] = 'W'; - else - args[ac++] = "--no-whole-file"; if (preserve_hard_links) argstr[x++] = 'H'; -- 2.34.1