]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Sending --no-whole-file is no good because it will not work with old
authorMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 03:27:33 +0000 (03:27 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 03:27:33 +0000 (03:27 +0000)
versions of rsync.

options.c

index 0f2163430d19922d6b51e2231f7b42e26e7f5bb5..7bb8e153aecb4a42460e21e8ab080167017dcad8 100644 (file)
--- 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';