Switch back to PROPSET lastmodified as getlastmodified is readonly.

This commit is contained in:
Klaas Freitag 2012-09-28 17:36:04 +02:00
parent c4db7d1acf
commit 29e4e506e6

View file

@ -1892,7 +1892,7 @@ static int owncloud_utimes(const char *uri, const struct timeval *times) {
return -1; /* FIXME: Find good errno */
}
pname.nspace = "DAV:";
pname.name = "getlastmodified";
pname.name = "lastmodified";
newmodtime = modtime->tv_sec;