From: Wayne Davison Date: Thu, 26 Apr 2007 23:15:39 +0000 (+0000) Subject: The server now needs the F_NDX() data for --iconv with incremental X-Git-Tag: v3.0.0pre1~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3335a18c26e52e7a6c0a94eade66af8e247469;p=thirdparty%2Frsync.git The server now needs the F_NDX() data for --iconv with incremental recursion. --- 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) {