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

This commit is contained in:
Wayne Davison
2007-10-16 04:08:25 +00:00
parent 71456d301f
commit 6a385e3b7e

View File

@@ -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";