Commit 875a13b4 authored by Wayne Davison's avatar Wayne Davison

No need to reset quiet, since we tell parse_arguments() that it

should prevent quiet from getting set.
parent 719522b9
......@@ -625,8 +625,7 @@ static int rsync_module(int f_in, int f_out, int i, char *addr, char *host)
verbose = 0; /* future verbosity is controlled by client options */
ret = parse_arguments(&argc, (const char ***) &argv, 0);
quiet = 0; /* Don't let someone try to be tricky. */
am_server = 1; /* ditto */
am_server = 1; /* Don't let someone try to be tricky. */
if (lp_ignore_errors(module_id))
ignore_errors = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment