The branch, master has been updated
       via  5561c14 Move implied_dot_dir=1, just to be safe.
      from  865efe9 Fix sending of "." attributes for implied-dot-dir.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5561c1497857a283e463ab9d8de6e6d2ccdab1c0
Author: Wayne Davison <way...@samba.org>
Date:   Sat Aug 27 14:58:04 2011 -0700

    Move implied_dot_dir=1, just to be safe.

-----------------------------------------------------------------------

Summary of changes:
 flist.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/flist.c b/flist.c
index 8bade1c..d3f4f64 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)


-- 
The rsync repository.
_______________________________________________
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs

Reply via email to