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