From a353d5633749e09b62c36b4a72e5688f456579e6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 2 Jul 1998 00:48:20 +0000 Subject: [PATCH] don't need to send --progress option to server as the server never prints progress info. --- options.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/options.c b/options.c index 0a0e680f..0c99395e 100644 --- a/options.c +++ b/options.c @@ -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"; -- 2.34.1