From 8f3335a18c26e52e7a6c0a94eade66af8e247469 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 26 Apr 2007 23:15:39 +0000 Subject: [PATCH] The server now needs the F_NDX() data for --iconv with incremental recursion. --- rsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1