mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Switch back to PROPSET lastmodified as getlastmodified is readonly.
This commit is contained in:
parent
c4db7d1acf
commit
29e4e506e6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue