We don't need to send --no-i-r anymore.
[rsync/rsync.git] / options.c
index f7ef675..dc1f9c7 100644 (file)
--- a/options.c
+++ b/options.c
@@ -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";