Skip to content
Snippets Groups Projects
Commit c908f102 authored by Martin Stiemerling's avatar Martin Stiemerling :speech_balloon:
Browse files

Removed copy n paste leftover

parent 9cd3f63b
No related branches found
No related tags found
1 merge request!9First working draft version
......@@ -80,7 +80,7 @@ func (ph *kmsPeer) PeerHandler(kmsName string) {
// Contact the server and print out its response.
ctx, cancel := context.WithTimeout(context.Background(), time.Second)
defer cancel()
r, err := c.ETSICapabilities(ctx, &pb.ETSICapabilitiesRequest{MyKmsName: kmsName})
_, err := c.ETSICapabilities(ctx, &pb.ETSICapabilitiesRequest{MyKmsName: kmsName})
if err != nil {
log.Printf("could not greet: %v", err)
ph.peerStatus = kmsPeerDown
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment