mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
pass errors
This commit is contained in:
parent
49869eec83
commit
832b60c13f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user