From: Wayne Davison Date: Thu, 29 Sep 2005 17:27:11 +0000 (+0000) Subject: Reverted one xfer_dirs change from the last commit that should not X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/550d4e23466504c1a595dd5969e9324d1e2139a2 Reverted one xfer_dirs change from the last commit that should not have gone in. --- 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; }