Ensure that the generator gets notified about an I/O error for the dir
[rsync.git] / options.c
index 5f0e8fc5d580d4632902a6dca7e92adfa1f192d8..2daaa67764e8ad78f9c3bbf8ac1fb2bb5bcf4c3a 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1837,6 +1837,7 @@ void server_options(char **args, int *argc_p)
 #ifdef ICONV_OPTION
                argstr[x++] = 's';
 #endif
+               argstr[x++] = 'f';
        }
 
        if (x >= (int)sizeof argstr) { /* Not possible... */