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

Add check for previously existing authenticated channels

parent f5244c50
No related branches found
No related tags found
No related merge requests found
...@@ -528,8 +528,6 @@ func (s *Session) generate(kv *versioned.KV) *versioned.KV { ...@@ -528,8 +528,6 @@ func (s *Session) generate(kv *versioned.KV) *versioned.KV {
s.baseKey = dh.GenerateSessionKey(s.myPrivKey, s.partnerPubKey, grp) s.baseKey = dh.GenerateSessionKey(s.myPrivKey, s.partnerPubKey, grp)
} }
s.partnerPubKey.Text(16))
kv = kv.Prefix(makeSessionPrefix(s.GetID())) kv = kv.Prefix(makeSessionPrefix(s.GetID()))
//generate ttl and keying info //generate ttl and keying info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment