[SCM] The rsync repository. - branch b3.0.x updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Aug 27 15:59:00 MDT 2011


The branch, b3.0.x has been updated
       via  5340571 Move implied_dot_dir=1, just to be safe.
      from  e7dd0e5 Fix sending of "." attributes for implied-dot-dir.

;a=shortlog;h=b3.0.x


- Log -----------------------------------------------------------------
commit 5340571ab6c29ebe15d4352fcd77d2f2d3ff2fc1
Author: Wayne Davison <wayned at 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 cbd837c..25d5c8c 100644
--- a/flist.c
+++ b/flist.c
@@ -2152,8 +2152,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.


More information about the rsync-cvs mailing list