Reposition the call to setup_iconv() so that it gets called only once
[rsync/rsync.git] / options.c
index 61d2a90..f7ef675 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1249,7 +1249,6 @@ int parse_arguments(int *argc_p, const char ***argv_p, int frommain)
                else
                        need_unsorted_flist = 1;
        }
-       setup_iconv();
 #endif
 
        if (protect_args == 1) {