summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-24 19:35:22 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-24 19:37:15 -0700
commitfaecd066a6b523713299e659d8295eb8e308f9ed (patch)
tree76ac9577b3e646df8164baa14cc3e7a6e4de6788 /options.c
parent6efc43cc0aea9ae3e0e3b0ec36cd7cf3d12be15b (diff)
downloadrsync-faecd066a6b523713299e659d8295eb8e308f9ed.tar.gz
Don't auto-foward debug options to the server side anymore.
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/options.c b/options.c
index ff8c390e..1a0d2c22 100644
--- a/options.c
+++ b/options.c
@@ -2908,10 +2908,6 @@ void server_options(char **args, int *argc_p)
if (arg)
args[ac++] = arg;
- arg = make_output_option(debug_words, debug_levels, where);
- if (arg)
- args[ac++] = arg;
-
if (append_mode) {
if (append_mode > 1)
args[ac++] = "--append";