X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6e5b682273436decb233e1ce83a923364c7eb25d..91fd15b8b654a3be886069510d85064d59ca5dc7:/options.c diff --git a/options.c b/options.c index f47c633e..11860cbc 100644 --- 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 }