summaryrefslogtreecommitdiff
path: root/node/IncomingPacket.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-13 09:03:48 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-13 09:03:48 -0800
commit42f28bce52c3342e3aac68488260a02c71691177 (patch)
tree230f1d73d8ea82ee4804d2dcc982a1c6bbe9a833 /node/IncomingPacket.cpp
parentcdc289fa9c5d7d19990c14946ede5f3642e235d2 (diff)
downloadinfinitytier-42f28bce52c3342e3aac68488260a02c71691177.tar.gz
infinitytier-42f28bce52c3342e3aac68488260a02c71691177.zip
Cleanup and make moons (federated roots) a little easier to deal with.
Diffstat (limited to 'node/IncomingPacket.cpp')
-rw-r--r--node/IncomingPacket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp
index 02d6a140..8836df9f 100644
--- a/node/IncomingPacket.cpp
+++ b/node/IncomingPacket.cpp
@@ -568,6 +568,7 @@ bool IncomingPacket::_doWHOIS(const RuntimeEnvironment *RR,const SharedPtr<Peer>
id.serialize(outp,false);
++count;
} else {
+ // Request unknown WHOIS from upstream from us (if we have one)
RR->sw->requestWhois(addr);
#ifdef ZT_ENABLE_CLUSTER
// Distribute WHOIS queries across a cluster if we do not know the ID.