X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/374c3e1278e1e5e14e218c3149e5d633f7e044b6..b635bc92d16f538b2ea949580f55c86532d84843:/clientserver.c 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);