summaryrefslogtreecommitdiff
path: root/node/Peer.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-17 10:12:13 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-17 10:12:13 -0700
commit95e5345cc37316c264c8d3d732d324c60f18ab72 (patch)
treebed700e6be318bb68eceda2c61396db999068e91 /node/Peer.cpp
parentba5d0cc2f91310bb5e395c241a21aad7e5ab88fa (diff)
downloadinfinitytier-95e5345cc37316c264c8d3d732d324c60f18ab72.tar.gz
infinitytier-95e5345cc37316c264c8d3d732d324c60f18ab72.zip
Cluster build fix.
Diffstat (limited to 'node/Peer.cpp')
-rw-r--r--node/Peer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp
index 827dc7de..2e9f6a2b 100644
--- a/node/Peer.cpp
+++ b/node/Peer.cpp
@@ -109,7 +109,7 @@ void Peer::received(
outp.armor(_key,true,path->nextOutgoingCounter());
path->send(RR,tPtr,outp.data(),outp.size(),now);
}
- suboptimalPath = true;
+ isClusterSuboptimalPath = true;
}
}
#endif