We don't need to send --no-i-r anymore.
authorWayne Davison <wayned@samba.org>
Tue, 16 Oct 2007 04:08:25 +0000 (04:08 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 16 Oct 2007 04:08:25 +0000 (04:08 +0000)
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";