Commit 8f3335a1 authored by Wayne Davison's avatar Wayne Davison

The server now needs the F_NDX() data for --iconv with incremental

recursion.
parent 505c0579
...@@ -127,7 +127,7 @@ void setup_iconv() ...@@ -127,7 +127,7 @@ void setup_iconv()
exit_cleanup(RERR_UNSUPPORTED); exit_cleanup(RERR_UNSUPPORTED);
} }
if (!am_sender) if (!am_sender || inc_recurse)
ic_ndx = ++file_extra_cnt; ic_ndx = ++file_extra_cnt;
if (verbose > 1) { if (verbose > 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment