Reverted one xfer_dirs change from the last commit that should not
authorWayne Davison <wayned@samba.org>
Thu, 29 Sep 2005 17:27:11 +0000 (17:27 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 29 Sep 2005 17:27:11 +0000 (17:27 +0000)
have gone in.

options.c

index dacc3b8..b475774 100644 (file)
--- 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 (files_from) {
                if (recurse == 1) /* preserve recurse == 2 */
                        recurse = 0;
-               if (xfer_dirs < 1)
+               if (xfer_dirs < 0)
                        xfer_dirs = 1;
        }
 
                        xfer_dirs = 1;
        }