From 6a385e3b7e16f5af258eecec708aa3450be15bd5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 16 Oct 2007 04:08:25 +0000 Subject: [PATCH] We don't need to send --no-i-r anymore. --- options.c | 3 --- 1 file changed, 3 deletions(-) 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"; -- 2.34.1