Doc.
authorMartin Pool <mbp@samba.org>
Sat, 23 Feb 2002 00:12:11 +0000 (00:12 +0000)
committerMartin Pool <mbp@samba.org>
Sat, 23 Feb 2002 00:12:11 +0000 (00:12 +0000)
main.c

diff --git a/main.c b/main.c
index 6213678..be8d0c2 100644 (file)
--- 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[])
 {