delete ECIESX25519 session without destination shortly

This commit is contained in:
orignal 2024-11-10 19:15:44 -05:00
parent a411fff1d9
commit 09b7d44dad
3 changed files with 5 additions and 3 deletions

View file

@ -761,7 +761,7 @@ namespace garlic
session->SetRemoteStaticKey (staticKey);
}
if (destination->IsDestination ())
session->SetDestination (destination->GetIdentHash ()); // TODO: remove
session->SetDestination (destination->GetIdentHash ()); // NS or NSR
return session;
}
else