Compilation fix

This commit is contained in:
Joseph Henry 2021-10-01 11:19:04 -07:00
parent 165757176a
commit 9e8de2a702
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344

View File

@ -229,7 +229,7 @@ void Peer::received(
SharedPtr<Path> Peer::getAppropriatePath(int64_t now, bool includeExpired, int32_t flowId)
{
Mutex::Lock _l(_paths_m);
Mutex::Lock _l(_bond_m);
Mutex::Lock _lb(_bond_m);
if (!_bond) {
unsigned int bestPath = ZT_MAX_PEER_NETWORK_PATHS;
/**