don't need to send --progress option to server as the server never
authorAndrew Tridgell <tridge@samba.org>
Thu, 2 Jul 1998 00:48:20 +0000 (00:48 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 2 Jul 1998 00:48:20 +0000 (00:48 +0000)
prints progress info.

options.c

index 0a0e680..0c99395 100644 (file)
--- 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";