mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-04 21:13:39 -04:00
If rsync_port is 0, set it to RSYNC_PORT.
This commit is contained in:
@@ -88,6 +88,9 @@ int start_socket_client(char *host, char *path, int argc, char *argv[])
|
||||
*p = '\0';
|
||||
}
|
||||
|
||||
if (rsync_port == 0)
|
||||
rsync_port = RSYNC_PORT;
|
||||
|
||||
fd = open_socket_out_wrapped(host, rsync_port, bind_address,
|
||||
default_af_hint);
|
||||
if (fd == -1)
|
||||
|
||||
Reference in New Issue
Block a user