The server now needs the F_NDX() data for --iconv with incremental
[rsync/rsync.git] / rsync.c
diff --git a/rsync.c b/rsync.c
index 06fd30b..e7dd4be 100644 (file)
--- 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) {