Commit 5d935dce authored by Wayne Davison's avatar Wayne Davison

If --no-ir is specified, pass it to the server.

parent b88f6fe7
......@@ -1887,6 +1887,9 @@ void server_options(char **args,int *argc)
if (numeric_ids)
args[ac++] = "--numeric-ids";
if (!allow_inc_recurse)
args[ac++] = "--no-ir";
if (am_sender) {
if (ignore_existing)
args[ac++] = "--ignore-existing";
......
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