mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-31 00:23:58 +00:00
Compilation fix
This commit is contained in:
parent
165757176a
commit
9e8de2a702
@ -229,7 +229,7 @@ void Peer::received(
|
|||||||
SharedPtr<Path> Peer::getAppropriatePath(int64_t now, bool includeExpired, int32_t flowId)
|
SharedPtr<Path> Peer::getAppropriatePath(int64_t now, bool includeExpired, int32_t flowId)
|
||||||
{
|
{
|
||||||
Mutex::Lock _l(_paths_m);
|
Mutex::Lock _l(_paths_m);
|
||||||
Mutex::Lock _l(_bond_m);
|
Mutex::Lock _lb(_bond_m);
|
||||||
if (!_bond) {
|
if (!_bond) {
|
||||||
unsigned int bestPath = ZT_MAX_PEER_NETWORK_PATHS;
|
unsigned int bestPath = ZT_MAX_PEER_NETWORK_PATHS;
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user