summaryrefslogtreecommitdiff
path: root/rsync.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-04-26 23:15:39 +0000
committerWayne Davison <wayned@samba.org>2007-04-26 23:15:39 +0000
commit8f3335a18c26e52e7a6c0a94eade66af8e247469 (patch)
tree71c8676e4449e875164b76c8afb68e27cd0776bb /rsync.c
parent505c0579f7520206ea6fb85e72469735547af619 (diff)
downloadrsync-8f3335a18c26e52e7a6c0a94eade66af8e247469.tar.gz
The server now needs the F_NDX() data for --iconv with incremental
recursion.
Diffstat (limited to 'rsync.c')
-rw-r--r--rsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.c b/rsync.c
index 06fd30b0..e7dd4be1 100644
--- a/rsync.c
+++ b/rsync.c
@@ -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) {