skip SigningPrivateKey

This commit is contained in:
orignal 2016-06-03 13:01:12 -04:00
parent 444539b826
commit d6bfe7810a
2 changed files with 3 additions and 2 deletions

View file

@ -354,6 +354,7 @@ namespace client
size_t offset = 2;
if (m_Destination)
{
offset += m_Destination->GetIdentity ()->GetSigningPrivateKeyLen (); // skip signing private key
m_Destination->SetEncryptionPrivateKey (buf + offset);
offset += 256;
m_Destination->LeaseSetCreated (buf + offset, len - offset);