Reverted one xfer_dirs change from the last commit that should not

have gone in.
This commit is contained in:
Wayne Davison
2005-09-29 17:27:11 +00:00
parent 991daf008d
commit 550d4e2346

View File

@@ -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;
}