From: Wayne Davison Date: Tue, 16 Oct 2007 04:08:25 +0000 (+0000) Subject: We don't need to send --no-i-r anymore. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6a385e3b7e16f5af258eecec708aa3450be15bd5 We don't need to send --no-i-r anymore. --- diff --git a/options.c b/options.c index f7ef675a..dc1f9c7d 100644 --- 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";