[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Apr 5 19:02:44 UTC 2020


The branch, master has been updated
       via  7e70e484 No need to forward --write-devices to a remote sender.
      from  9e9d33a2 Added the --write-devices option.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7e70e4842bb81d555cff538d17a567efbb10f08f
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Apr 5 12:01:32 2020 -0700

    No need to forward --write-devices to a remote sender.

-----------------------------------------------------------------------

Summary of changes:
 options.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/options.c b/options.c
index d179f475..92cec4ab 100644
--- a/options.c
+++ b/options.c
@@ -2819,7 +2819,7 @@ void server_options(char **args, int *argc_p)
 	if (relative_paths && !implied_dirs && (!am_sender || protocol_version >= 30))
 		args[ac++] = "--no-implied-dirs";
 
-	if (write_devices)
+	if (write_devices && am_sender)
 		args[ac++] = "--write-devices";
 
 	if (remove_source_files == 1)


-- 
The rsync repository.



More information about the rsync-cvs mailing list