Commit a353d563 authored by Andrew Tridgell's avatar Andrew Tridgell

don't need to send --progress option to server as the server never

prints progress info.
parent eb86d661
......@@ -494,9 +494,6 @@ void server_options(char **args,int *argc)
if (keep_partial)
args[ac++] = "--partial";
if (do_progress)
args[ac++] = "--progress";
if (force_delete)
args[ac++] = "--force";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment