X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ba2133d6add082b059728074febdac6c520a4351..d762dfe94b9b9122f58a12ac1f5a0dfacee5dcb1:/rsync.c diff --git a/rsync.c b/rsync.c index f103e3cd..789aa61d 100644 --- a/rsync.c +++ b/rsync.c @@ -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); }