2
0
Joseph Henry 3 жил өмнө
parent
commit
9e8de2a702
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      node/Peer.cpp

+ 1 - 1
node/Peer.cpp

@@ -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;
 		/**