Commit 6a385e3b authored by Wayne Davison's avatar Wayne Davison

We don't need to send --no-i-r anymore.

parent 71456d30
......@@ -1925,9 +1925,6 @@ void server_options(char **args, int *argc_p)
if (numeric_ids)
args[ac++] = "--numeric-ids";
if (!allow_inc_recurse)
args[ac++] = "--no-i-r";
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