[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Apr 8 02:26:02 UTC 2020


The branch, master has been updated
       via  e2aee6c4 Switch RSYNC_PORT to -1 in check_for_hostspec().
      from  2598ca66 Fix the default skip-compress list.

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


- Log -----------------------------------------------------------------
commit e2aee6c4afcae8f05d92cbf27741981b259f2b21
Author: Wayne Davison <wayned at samba.org>
Date:   Tue Apr 7 19:21:37 2020 -0700

    Switch RSYNC_PORT to -1 in check_for_hostspec().

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

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 2db357e2..99d3627a 100644
--- a/options.c
+++ b/options.c
@@ -2937,7 +2937,7 @@ char *check_for_hostspec(char *s, char **host_ptr, int *port_ptr)
 
 	if (*path == ':') {
 		if (port_ptr && !*port_ptr)
-			*port_ptr = RSYNC_PORT;
+			*port_ptr = -1;
 		return path + 1;
 	}
 	if (port_ptr)


-- 
The rsync repository.



More information about the rsync-cvs mailing list