From: Martin Pool Date: Tue, 19 Mar 2002 03:27:33 +0000 (+0000) Subject: Sending --no-whole-file is no good because it will not work with old X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ed521de52512ea778f39b16c5d8221a80281614c Sending --no-whole-file is no good because it will not work with old versions of rsync. --- 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';