X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b84ba8967a591b52abda755f809842e3bcd74f98..0b4af330ced1003dcac7d169d0012ecf5c79e29f:/main.c diff --git a/main.c b/main.c index 6213678f..be8d0c2a 100644 --- a/main.c +++ b/main.c @@ -644,6 +644,9 @@ static int copy_argv (char *argv[]) * Start a client for either type of remote connection. Work out * whether the arguments request a remote shell or rsyncd connection, * and call the appropriate connection function, then run_client. + * + * Calls either start_socket_client (for sockets) or do_cmd and + * client_run (for ssh). */ static int start_client(int argc, char *argv[]) {