Cluster build fix.
This commit is contained in:
parent
48a374c82c
commit
f2d2df2b11
3 changed files with 4 additions and 4 deletions
|
@ -175,7 +175,7 @@ void Peer::received(
|
|||
_paths[slot].lastReceive = now;
|
||||
_paths[slot].path = path;
|
||||
#ifdef ZT_ENABLE_CLUSTER
|
||||
_paths[p].localClusterSuboptimal = suboptimalPath;
|
||||
_paths[slot].localClusterSuboptimal = suboptimalPath;
|
||||
if (RR->cluster)
|
||||
RR->cluster->broadcastHavePeer(_id);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue