X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c9f540f37d594bb9ae46066e471644c5309c6664..91fd15b8b654a3be886069510d85064d59ca5dc7:/options.c?ds=sidebyside 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 }