mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Temporary fix for Samba cause smbc_chown is missing.
This commit is contained in:
parent
9d6706493e
commit
8fa73bb8dd
@ -405,7 +405,10 @@ static int _chmod(const char *uri, mode_t mode) {
|
||||
}
|
||||
|
||||
static int _chown(const char *uri, uid_t owner, gid_t group) {
|
||||
#if 0
|
||||
return smbc_chown(uri, owner, group);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int _utimes(const char *uri, const struct timeval *times) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user