diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-06-26 17:44:09 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-06-26 17:44:09 -0700 |
| commit | 9c26d10ea645dc1727813ea72a63f526cf0757d0 (patch) | |
| tree | 25ae8e785f07f93f187a34abe204c423613a009b /node/SelfAwareness.cpp | |
| parent | bfb152f53f528934583ee76437453a005610a7ea (diff) | |
| parent | 3f71afd0fbb2d87a2c9288166299600da51470dc (diff) | |
| download | infinitytier-9c26d10ea645dc1727813ea72a63f526cf0757d0.tar.gz infinitytier-9c26d10ea645dc1727813ea72a63f526cf0757d0.zip | |
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'node/SelfAwareness.cpp')
| -rw-r--r-- | node/SelfAwareness.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SelfAwareness.cpp b/node/SelfAwareness.cpp index 5fc8be2a..9f7c41d7 100644 --- a/node/SelfAwareness.cpp +++ b/node/SelfAwareness.cpp @@ -118,7 +118,7 @@ void SelfAwareness::iam(const Address &reporter,const InetAddress &reporterPhysi // For all peers for whom we forgot an address, send a packet indirectly if // they are still considered alive so that we will re-establish direct links. - SharedPtr<Peer> sn(RR->topology->getBestRootserver()); + SharedPtr<Peer> sn(RR->topology->getBestRoot()); if (sn) { Path *snp = sn->getBestPath(now); if (snp) { |
