summaryrefslogtreecommitdiff
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-08-27 14:58:04 -0700
committerWayne Davison <wayned@samba.org>2011-08-27 14:58:20 -0700
commit5561c1497857a283e463ab9d8de6e6d2ccdab1c0 (patch)
tree46aac73a0095871dd0afa1598d9d2f32cb4f0b0e /flist.c
parent865efe94563f2866b104c76c58cc38d553b15a54 (diff)
downloadrsync-5561c1497857a283e463ab9d8de6e6d2ccdab1c0.tar.gz
Move implied_dot_dir=1, just to be safe.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flist.c b/flist.c
index 8bade1c5..d3f4f640 100644
--- a/flist.c
+++ b/flist.c
@@ -2240,8 +2240,8 @@ struct file_list *send_file_list(int f, int argc, char *argv[])
}
if (implied_dot_dir < 0) {
- send_file_name(f, flist, ".", NULL, (flags | FLAG_IMPLIED_DIR) & ~FLAG_CONTENT_DIR, ALL_FILTERS);
implied_dot_dir = 1;
+ send_file_name(f, flist, ".", NULL, (flags | FLAG_IMPLIED_DIR) & ~FLAG_CONTENT_DIR, ALL_FILTERS);
}
if (fn != fbuf)