mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 21:00:10 +08: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 New Issue
Block a user