X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c9f540f37d594bb9ae46066e471644c5309c6664..c78e4ea905bb31d965c9a2b2336bb0f9695ff0f2:/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 }