summaryrefslogtreecommitdiff
path: root/clientserver.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-04-09 05:23:07 +0000
committerMartin Pool <mbp@samba.org>2002-04-09 05:23:07 +0000
commitd0829892c6f9bc078c24ef11f9c13856b0a64978 (patch)
tree3716f9fdb60032bc47ad06ea2132565850379397 /clientserver.c
parentfdf88d7574cfd4fba8f4cb8b2a84168b57e456e8 (diff)
downloadrsync-d0829892c6f9bc078c24ef11f9c13856b0a64978.tar.gz
Doc start_socket_client
Diffstat (limited to 'clientserver.c')
-rw-r--r--clientserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clientserver.c b/clientserver.c
index 0ba2d0cd..190872d2 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -46,6 +46,7 @@ extern int sanitize_paths;
* get a listing of remote modules and exit.
*
* @return -1 for error in startup, or the result of client_run().
+ * Either way, it eventually gets passed to exit_cleanup().
**/
int start_socket_client(char *host, char *path, int argc, char *argv[])
{