From 550d4e23466504c1a595dd5969e9324d1e2139a2 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 29 Sep 2005 17:27:11 +0000 Subject: [PATCH] Reverted one xfer_dirs change from the last commit that should not have gone in. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index dacc3b88..b4757747 100644 --- a/options.c +++ b/options.c @@ -1005,7 +1005,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain) if (files_from) { if (recurse == 1) /* preserve recurse == 2 */ recurse = 0; - if (xfer_dirs < 1) + if (xfer_dirs < 0) xfer_dirs = 1; } -- 2.34.1