From 9e8de2a702f41949a49f036f422e86da427c833e Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 1 Oct 2021 11:19:04 -0700 Subject: [PATCH] Compilation fix --- node/Peer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Peer.cpp b/node/Peer.cpp index f8d51a901..a9dd8ce1e 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -229,7 +229,7 @@ void Peer::received( SharedPtr 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; /**