Cluster build fix.

This commit is contained in:
Adam Ierymenko 2017-04-17 10:12:13 -07:00
parent ba5d0cc2f9
commit 95e5345cc3
2 changed files with 3 additions and 6 deletions

View file

@ -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