summaryrefslogtreecommitdiff
path: root/rsync.c
diff options
context:
space:
mode:
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) {