Release notes and GitHub issue #1512
This commit is contained in:
parent
f0e824416b
commit
06ed114fb6
2 changed files with 6 additions and 1 deletions
|
@ -409,7 +409,7 @@ void Peer::introduce(void *const tPtr,const int64_t now,const SharedPtr<Peer> &o
|
|||
outp.append((uint8_t)4);
|
||||
outp.append(_paths[mine].p->address().rawIpData(),4);
|
||||
}
|
||||
outp.armor(other->_key,true,aesKeysIfSupported());
|
||||
outp.armor(other->_key,true,other->aesKeysIfSupported());
|
||||
other->_paths[theirs].p->send(RR,tPtr,outp.data(),outp.size(),now);
|
||||
}
|
||||
++alt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue