Wire up peer announcement in cluster.
This commit is contained in:
parent
57e29857cf
commit
eb79d4a2f3
5 changed files with 87 additions and 30 deletions
|
@ -272,7 +272,6 @@ bool IncomingPacket::_doHELLO(const RuntimeEnvironment *RR)
|
|||
TRACE("rejected HELLO from %s(%s): packet failed authentication",id.address().toString().c_str(),_remoteAddress.toString().c_str());
|
||||
return true;
|
||||
}
|
||||
|
||||
peer = RR->topology->addPeer(newPeer);
|
||||
|
||||
// Continue at // VALID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue