Handle renames in read only shares correctly.

This commit is contained in:
Klaas Freitag 2013-03-06 16:00:28 +01:00
parent f211ee8bf1
commit 47b1e64059

View file

@ -719,7 +719,7 @@ static int _csync_rename_file(CSYNC *ctx, csync_file_stat_t *st) {
"dir: %s, command: rename, error: %s",
suri,
errbuf);
rc = -1;
rc = 1;
break;
}
goto out;