There was an error while loading. Please reload this page.
1 parent bbb00e3 commit a2ffc5eCopy full SHA for a2ffc5e
1 file changed
internal/common/connection.go
@@ -974,7 +974,6 @@ func (c *BaseConnection) renameInternal(virtualSourcePath, virtualTargetPath str
974
}
975
return c.GetFsError(fsSrc, err)
976
977
- vfs.SetPathPermissions(fsDst, fsTargetPath, c.User.GetUID(), c.User.GetGID())
978
elapsed := time.Since(startTime).Nanoseconds() / 1000000
979
_ = c.updateQuotaAfterRename(fsDst, virtualSourcePath, virtualTargetPath, fsTargetPath, initialSize, files, size)
980
logger.CommandLog(renameLogSender, fsSourcePath, fsTargetPath, virtualSourcePath, virtualTargetPath,
0 commit comments