The --dirs was sending -k instead of -d.
authorWayne Davison <wayned@samba.org>
Sat, 29 Jan 2005 21:25:44 +0000 (21:25 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 29 Jan 2005 21:25:44 +0000 (21:25 +0000)
options.c

index 3611e13..9aa0c26 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1126,7 +1126,7 @@ void server_options(char **args,int *argc)
        if (copy_links)
                argstr[x++] = 'L';
        if (xfer_dirs > 1)
-               argstr[x++] = 'k';
+               argstr[x++] = 'd';
        if (keep_dirlinks && am_sender)
                argstr[x++] = 'K';