Fix a poorly placed sentence in rsyncd.conf.yo.
[rsync/rsync.git] / options.c
index d1e1ff6..ac34a5c 100644 (file)
--- a/options.c
+++ b/options.c
@@ -902,8 +902,10 @@ int parse_arguments(int *argc_p, const char ***argv_p)
                set_refuse_options(ref);
        if (am_daemon) {
                set_refuse_options("log-file*");
+#ifdef ICONV_OPTION
                if (!*lp_charset(module_id))
                        set_refuse_options("iconv");
+#endif
        }
 
 #ifdef ICONV_OPTION