Skip new symlink conversion step if the remote rsync is not
[rsync/rsync.git] / options.c
index f47c633..11860cb 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2244,6 +2244,9 @@ void server_options(char **args, int *argc_p)
                        argstr[x++] = 'i';
 #if defined HAVE_LUTIMES && defined HAVE_UTIMES
                argstr[x++] = 'L';
+#endif
+#ifdef ICONV_OPTION
+               argstr[x++] = 's';
 #endif
        }