Skip to content
Snippets Groups Projects
Commit 7677be65 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Deep copy id and key fields

parent 49150090
Branches
Tags
3 merge requests!231Revert "Update store to print changes to the partners list",!187Xx 3829/triggers,!184Cleanup for ResetSession
......@@ -326,8 +326,8 @@ func (m *Manager) handleRequest(cmixMsg format.Message,
//create the contact, note that no facts are sent in the payload
c := contact.Contact{
ID: partnerID,
DhPubKey: partnerPubKey,
ID: partnerID.DeepCopy(),
DhPubKey: partnerPubKey.DeepCopy(),
OwnershipProof: copySlice(ecrFmt.ownership),
Facts: facts,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment