diff options
author | Wayne Davison <wayned@samba.org> | 2007-02-16 02:47:12 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-02-16 02:47:12 +0000 |
commit | 3831f063198de700f35e8ff6aba944162527ada0 (patch) | |
tree | a6256f8f800df2e898ee9befb112bb65ecfaecaa /rsync.c | |
parent | be91bd81b8cf3579e1e9e4af39a51eb44ee8a636 (diff) | |
download | rsync-3831f063198de700f35e8ff6aba944162527ada0.tar.gz rsync-3831f063198de700f35e8ff6aba944162527ada0.tar.bz2 rsync-3831f063198de700f35e8ff6aba944162527ada0.zip |
- Moved the second send_extr_file_list() call to a better spot.
- Moved the FILECNT_LOOKAHEAD define into rsync.h.
Diffstat (limited to 'rsync.c')
-rw-r--r-- | rsync.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -182,6 +182,8 @@ int read_ndx_and_attrs(int f_in, int f_out, int *iflag_ptr, exit_cleanup(RERR_PROTOCOL); } } else if (f_out >= 0) { + if (inc_recurse) + send_extra_file_list(f_out, FILECNT_LOOKAHEAD); write_ndx_and_attrs(f_out, ndx, iflags, fnamecmp_type, buf, len); } |