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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8f3335a18c26e52e7a6c0a94eade66af8e247469 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) {