Skip to content
Snippets Groups Projects
Commit 9bf45559 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

error message

parent 2b9590b1
No related branches found
No related tags found
3 merge requests!11Big boom integration,!10Add linting,!6Draft: Akms ckms api implementation
......@@ -23,6 +23,7 @@ func (qs *quipSecServer) PushKeys(ctx context.Context, req *pb.PushKeysRequest)
p, _ := peer.FromContext(ctx)
host, _, err := net.SplitHostPort(p.Addr.String())
if err != nil {
return nil, status.Errorf(codes.Internal, "could not get host from peer")
}
for _, qm := range qs.eKMS.quantumModules {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment