diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-20 16:24:21 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-20 16:24:21 -0700 |
| commit | eb79d4a2f34b34c49cd2d69efac22d9bc8ac27cb (patch) | |
| tree | b1670c890b60d5ae02fa49f180bb831826edf1d8 /node/IncomingPacket.cpp | |
| parent | 57e29857cf79019af03f6a3dfe0bf6fd36e2fab2 (diff) | |
| download | infinitytier-eb79d4a2f34b34c49cd2d69efac22d9bc8ac27cb.tar.gz infinitytier-eb79d4a2f34b34c49cd2d69efac22d9bc8ac27cb.zip | |
Wire up peer announcement in cluster.
Diffstat (limited to 'node/IncomingPacket.cpp')
| -rw-r--r-- | node/IncomingPacket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp index a4d45068..7a47c0c6 100644 --- a/node/IncomingPacket.cpp +++ b/node/IncomingPacket.cpp @@ -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 |
