mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
[full-ci] bump revav2.19.1
This commit is contained in:
2
vendor/github.com/cs3org/reva/v2/internal/grpc/services/gateway/usershareprovider.go
generated
vendored
2
vendor/github.com/cs3org/reva/v2/internal/grpc/services/gateway/usershareprovider.go
generated
vendored
@@ -772,7 +772,7 @@ func (s *svc) checkShareLock(ctx context.Context, share *collaboration.Share) (*
|
||||
}
|
||||
|
||||
if sRes.GetInfo().GetLock() != nil {
|
||||
msg := "can not chane grants, the shared resource is locked"
|
||||
msg := "can not change grants, the shared resource is locked"
|
||||
logger.Debug().Interface("lock", sRes.GetInfo().GetLock()).Msg(msg)
|
||||
return status.NewLocked(ctx, msg), errors.New(msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user