mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
clean up
This commit is contained in:
parent
30ee4f3291
commit
ff0a7c1d18
|
@ -94,7 +94,6 @@ func WithCachedGrpcClient(fn func(*grpc.ClientConn) error, address string, opts
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
println(" dialing to", address, "...")
|
|
||||||
grpcConnection, err := GrpcDial(context.Background(), address, opts...)
|
grpcConnection, err := GrpcDial(context.Background(), address, opts...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
grpcClientsLock.Unlock()
|
grpcClientsLock.Unlock()
|
||||||
|
|
Loading…
Reference in a new issue