aboutsummaryrefslogtreecommitdiffstats
path: root/clientserver.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-04-11 00:28:02 +0000
committerWayne Davison <wayned@samba.org>2006-04-11 00:28:02 +0000
commit08e0a629562cbb9c66f464b6a072b74ddc5b255e (patch)
tree67f63a368ee0d6ee35affc19cecfc32428812608 /clientserver.c
parent2bd17a51aefbcf56d4a5d4b836f7523d7ca6cd60 (diff)
downloadandroid_external_rsync-08e0a629562cbb9c66f464b6a072b74ddc5b255e.tar.gz
android_external_rsync-08e0a629562cbb9c66f464b6a072b74ddc5b255e.tar.bz2
android_external_rsync-08e0a629562cbb9c66f464b6a072b74ddc5b255e.zip
Tweaked a comment.
Diffstat (limited to 'clientserver.c')
-rw-r--r--clientserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientserver.c b/clientserver.c
index a922a8f5..8a46f69e 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -736,7 +736,7 @@ int start_daemon(int f_in, int f_out)
/* We must load the config file before calling any function that
* might cause log-file output to occur. This ensures that the
* "log file" param gets honored for the 2 non-forked use-cases
- * (called by init and called by remote shell). */
+ * (when rsync is run by init and run by a remote shell). */
if (!lp_load(config_file, 0))
exit_cleanup(RERR_SYNTAX);