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

Fixed self-intro. bug

parent c458d9cf
Branches
Tags
1 merge request!237Adding initial ETSI 20 border node protocol and mechanics
Pipeline #219417 failed
...@@ -336,7 +336,7 @@ func (s *kmsTalkerServer) KeyDelivery(ctx context.Context, in *pb.KeyDeliveryReq ...@@ -336,7 +336,7 @@ func (s *kmsTalkerServer) KeyDelivery(ctx context.Context, in *pb.KeyDeliveryReq
targetID, _ := uuid.Parse(in.GetE20TargetSaeIDs()[0]) targetID, _ := uuid.Parse(in.GetE20TargetSaeIDs()[0])
err = e20bnClient.ETSI20ForwardExternal(initID, targetID, akmsKSAKeys) */ err = e20bnClient.ETSI20ForwardExternal(initID, targetID, akmsKSAKeys) */
initID := in.GetE20InitatorSaeID() initID := in.GetE20InitatorSaeID()
targetID := in.GetE20InitatorSaeID() targetID := in.GetE20TargetSaeIDs()[0]
err = e20bnClient.ETSI20ForwardExternal(initID, targetID, akmsKSAKeys) err = e20bnClient.ETSI20ForwardExternal(initID, targetID, akmsKSAKeys)
if err != nil { if err != nil {
log.Errorf("(ETSI20 cannot forward to ETSI20 bordnernode %s due to %s", httpAString, err) log.Errorf("(ETSI20 cannot forward to ETSI20 bordnernode %s due to %s", httpAString, err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment