diff options
author | Wayne Davison <wayned@samba.org> | 2007-04-26 23:15:39 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-04-26 23:15:39 +0000 |
commit | 8f3335a18c26e52e7a6c0a94eade66af8e247469 (patch) | |
tree | 71c8676e4449e875164b76c8afb68e27cd0776bb /rsync.c | |
parent | 505c0579f7520206ea6fb85e72469735547af619 (diff) | |
download | rsync-8f3335a18c26e52e7a6c0a94eade66af8e247469.tar.gz rsync-8f3335a18c26e52e7a6c0a94eade66af8e247469.tar.bz2 rsync-8f3335a18c26e52e7a6c0a94eade66af8e247469.zip |
The server now needs the F_NDX() data for --iconv with incremental
recursion.
Diffstat (limited to 'rsync.c')
-rw-r--r-- | rsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ void setup_iconv() exit_cleanup(RERR_UNSUPPORTED); } - if (!am_sender) + if (!am_sender || inc_recurse) ic_ndx = ++file_extra_cnt; if (verbose > 1) { |