- Disable rsync support for now, as it is not fully working.

This commit is contained in:
Ulf Lilleengen 2009-01-02 12:37:31 +00:00
parent 0da6b614af
commit e0f42fb982

View File

@ -133,6 +133,7 @@ config_init(const char *file, struct coll *override, int overridemask)
coll->co_options &= ~CO_CHECKRCS;
/* In recent versions, we always try to set the file modes. */
coll->co_options |= CO_SETMODE;
coll->co_options |= CO_NORSYNC;
error = config_parse_refusefiles(coll);
if (error)
goto bad;