Skip to content

Commit

Permalink
The server now needs the F_NDX() data for --iconv with incremental
Browse files Browse the repository at this point in the history
recursion.
  • Loading branch information
Wayne Davison committed Apr 26, 2007
1 parent 505c057 commit 8f3335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8f3335a

Please sign in to comment.