1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 06:40:45 +02:00

pass errors

This commit is contained in:
chrislu 2024-03-07 10:47:06 -08:00
parent 49869eec83
commit 832b60c13f

View file

@ -33,7 +33,6 @@ func (fs *FilerServer) DistributedLock(ctx context.Context, req *filer_pb.LockRe
if err == nil {
resp.RenewToken = secondResp.RenewToken
resp.LockOwner = secondResp.LockOwner
} else {
resp.Error = secondResp.Error
}
return err